Pavel Sinkevich
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
Activity overview
Latest activity by Pavel Sinkevich-
Pavel Sinkevich commented,
Hello Casey, Thanks for the information. Please keep us updated on any progress related to this feature, so we could plan accordingly. Thank you!
-
Pavel Sinkevich created a post,
Destination Improvement: Support row tracking on delta tables in MDLS
AnsweredWe want to have row tracking on delta tables in MDLS. We need it for better incremental processing in our pipelines. Row tracking was introduced in Delta Lake 3.2.0, with Delta protocol requirement...
-
Pavel Sinkevich commented,
Hello Shivaprasad, We already imported old orders into the data warehouse. So we don't need to reload them again, if we re-sync order table due to some technical reasons. The same is also true for ...
-
Pavel Sinkevich created a post,
Connector Improvement: Row Filtering for Shopify
PlannedWe want to be able to re-sync large tables like Order and Transaction only for recent time period, instead of full history.
-
Pavel Sinkevich commented,
Hi Sandeep, I found that there is a second attribute ProductVariant.productVariantComponents which is a link between parent and child productVariant objects in a bundle. I think we need both: bundl...
-
Pavel Sinkevich created a post,
Connector Improvement: shopify: Add TaxonomyCategory.name to the product table
CompletedPlease add Product.category.name to product table. According to Shopify GraphQL API documentation, Product.category is an object with type TaxonomyCategory: https://shopify.dev/docs/api/admin-graph...
-
Pavel Sinkevich created a post,
Connector Improvement: Shopify product bundles
PlannedShopify has a feature called product bundles, where a product can be a set of other products. In the GraphQL API, object "Product" has a field "bundleComponents" which is a link between parent prod...