You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DuckDB connection configured in airflow_settings.yaml is created on the UI, but its custom File field comes up blank - even when set in the Host field as shown in ci-test-connections.yaml. I had to set it with an env var os.environ['AIRFLOW_CONN_DUCKDB_CONN'] = 'duckdb://%2Ftmp%2Fdb.duckdb'
Unless I’m configuring airflow_settings.yaml wrong, the 1st item should be addressed on the Hook’s UI field behavior.
The text was updated successfully, but these errors were encountered:
The DuckDB connection configured in airflow_settings.yaml is created on the UI, but its custom File field comes up blank - even when set in the Host field as shown in ci-test-connections.yaml. I had to set it with an env var os.environ['AIRFLOW_CONN_DUCKDB_CONN'] = 'duckdb://%2Ftmp%2Fdb.duckdb'
Unless I’m configuring airflow_settings.yaml wrong, the 1st item should be addressed on the Hook’s UI field behavior.
The text was updated successfully, but these errors were encountered: