We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530f299 commit d3901b8Copy full SHA for d3901b8
metadata-ingestion-modules/airflow-plugin/tests/integration/test_plugin.py
@@ -261,7 +261,7 @@ def _run_airflow(
261
environment[f"AIRFLOW_CONN_{datahub_connection_name_2.upper()}"] = Connection(
262
conn_id="datahub_file_default2",
263
conn_type="datahub-file",
264
- host=str(meta_file2)
+ host=str(meta_file2),
265
).get_uri()
266
267
if not HAS_AIRFLOW_STANDALONE_CMD:
0 commit comments