We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8794a commit 9460918Copy full SHA for 9460918
1 file changed
sqlmesh/integrations/dlt.py
@@ -63,10 +63,7 @@ def generate_dlt_models_and_settings(
63
if db_type == "filesystem":
64
connection_config = None
65
else:
66
- if dlt.__version__ >= "1.10.0":
67
- client = pipeline.destination_client()
68
- else:
69
- client = pipeline._sql_job_client(schema) # type: ignore
+ client = pipeline.destination_client()
70
config = client.config
71
credentials = config.credentials
72
configs = {
0 commit comments