Can you elaborate what kind of database you have?
Both the datalake and the GIS db are MSSql.
I attached an image of my workflow. After exporting the GIS layer to an Esri file geodatabase, I used SQL creator for querying the datalake. Then, I attempted to use the FeatureJoiner to join the tabular data from the datalake to the file geodatabase layer. Unfortunately, the FeatureJoiner keeps failing and I'm encountering the following error.
FeatureJoiner_<Rejected> (TeeFactory): FeatureJoiner_<Rejected>: Termination Message: 'FeatureJoiner output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature Handling' to 'Continue Translation''
Both the datalake and the GIS db are MSSql.
I attached an image of my workflow. After exporting the GIS layer to an Esri file geodatabase, I used SQL creator for querying the datalake. Then, I attempted to use the FeatureJoiner to join the tabular data from the datalake to the file geodatabase layer. Unfortunately, the FeatureJoiner keeps failing and I'm encountering the following error.
FeatureJoiner_<Rejected> (TeeFactory): FeatureJoiner_<Rejected>: Termination Message: 'FeatureJoiner output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature Handling' to 'Continue Translation''
Hi @juneacosta What's the rejection message for the feature that was rejected? fme_rejection_message
If you turn on 'Continue Translation' in the Rejected Feature Handling do you get the desired result?