Why doesn't the continuous load for my entity move data from the SA table to the GD table? My Entity is 'Product' and I populate the sa_product table in PostgreSQL with the following data:
b_loadid | id | b_classname | product_name | product_desc117 | AG14DL | PRODUCT | FFAF | Foo Fighter Action Figure
Some investigation points:
b_loadid
b_classname
Subham Dixit
Why doesn't the continuous load for my entity move data from the SA table to the GD table? My Entity is 'Product' and I populate the sa_product table in PostgreSQL with the following data:
b_loadid | id | b_classname | product_name | product_desc
117 | AG14DL | PRODUCT | FFAF | Foo Fighter Action Figure
Some investigation points:
b_loadid
is not the continuous load's load ID.b_classname
should match exactly the entity Name. This is case-sensitive.Subham Dixit
Some investigation points:
b_loadid
is not the continuous load's load ID.b_classname
should match exactly the entity Name. This is case-sensitive.-
Import Data Into Entities via Azure Data Lake
-
Recover Deleted(soft Delete) Record and Configure in Application
-
Data Quality in batch mode and real-time integration
-
Integration with analytics tools
-
Query/Load/Delete data with the REST API
-
Does the Done Tab in Inbox have a limit?
-
How Can I Trigger Enricher or Sql Procedure when deleting?
-
Matching Rules But Only The Latest Record Creates a Golden Record
-
Unstructured and Semi Structured Data in Semarchy?
-
Read CSV files from AWS S3
See all 72 topics