Hi, I’ve noticed that dagster-airbyte throw except...
# integration-airbyte
a
Hi, I’ve noticed that dagster-airbyte throw exception
Copy code
...lib/python3.9/site-packages/dagster/_core/workspace/context.py:591: UserWarning: Error loading repository location test.py:dagster._core.errors.DagsterInvalidDefinitionError: "import" is not a valid name in Dagster. It conflicts with a Dagster or python reserved keyword.
and found a reason. One of the tables which exists in airbyte connection is named “import”. When I filter those connection everything works. it’a bug? How can i solve it? I was thinking that I can change name of asset using
connection_to_asset_key_fn
but excepion was throw before method is called.