Jon C
05/10/2023, 10:28 PMdaniel
05/10/2023, 10:52 PMJon C
05/11/2023, 2:13 AM1.3.3
. And then for the job code I also updated the dependencies. I am still getting the same error.
requirements.txt:
dagster==1.3.3
dagster-graphql==1.3.3
dagit==1.3.3
dagster-postgres==0.19.3
dagster-dbt==0.19.3
dagster-pandas==0.19.3
dagster-docker==0.19.3
dagster-airbyte==0.19.3
dagster-shell==0.19.3
dbt-core==1.5.0
dbt-postgres==1.5.0
dbt-databricks==1.5.1
daniel
05/11/2023, 2:14 AMReceived unexpected config entries "['dequeue_num_workers', 'dequeue_use_threads']" at the root. Expected: "['dequeue_interval_seconds', 'max_concurrent_runs', 'tag_concurrency_limits']."
The config entries that it mentions there that are missing are definitely present in 1.3.3. - so I just want to be absolutely certain that your job code is running that versionJon C
05/11/2023, 2:16 AMdaniel
05/11/2023, 2:17 AMdocker run <image name> /bin/bash
after building the imageJon C
05/11/2023, 2:17 AM