dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.3k stars 1.43k forks source link

support dagster 1.3.5 for `dagster-fivetran` #15238

Open sangm opened 1 year ago

sangm commented 1 year ago

What's the use case?

We would like to use Dagster to orchestrate flows after data is synced from Fivetran.

When we try to use https://docs.dagster.io/_apidocs/libraries/dagster-fivetran, we are seeing this error:

Because dagster-fivetran (0.19.13) depends on dagster (1.3.13)
and no versions of dagster-fivetran match >0.19.13,<0.20.0, dagster-fivetran (>=0.19.13,<0.20.0) requires dagster (1.3.13).

Ideas of implementation

No response

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

dpeng817 commented 1 year ago

cc @benpankow @OwenKephart , has dagster-fivetran actually been changed recently? Or is this just a case of bad pin?

benpankow commented 1 year ago

Hi @sangm, in this case are you able to use dagster-fivetran==0.19.5? This is the version which shipped iwth dagster==1.3.5 Our integration builds are tied pretty closely to our main dagster builds because we often refactor internal APIs, which would be tricky if we did not pin integration builds to the dagster package.