We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce7651 commit f6e5b52Copy full SHA for f6e5b52
metadata-ingestion/src/datahub/ingestion/source/dynamodb/dynamodb.py
@@ -246,6 +246,7 @@ def _process_table(
246
platform=self.platform,
247
platform_instance=platform_instance,
248
name=dataset_name,
249
+ env=self.config.env,
250
)
251
dataset_properties = DatasetPropertiesClass(
252
name=table_name,
0 commit comments