pluralsh / plural-artifacts

Artifacts for applications deployable by plural
Apache License 2.0
49 stars 35 forks source link

Feature Request: Add Support for Trino and DBT #748

Open ElHadjiOumar opened 1 year ago

ElHadjiOumar commented 1 year ago

Use Case

Hello,

I've been using your project and I find it very useful. I noticed that there's currently no support for Trino (https://trino.io/) and DBT (https://www.getdbt.com/).

Both of these technologies are widely used for data management and analysis, and I believe their inclusion would significantly enhance the capabilities of Plural.

Thank you for considering my request. I'm looking forward to your feedback.

Best regards, El Hadji Oumar

Ideas of Implementation

For Trino, the implementation could provide a way to connect and query data sources with the Trino connector. For DBT, it would be beneficial to have an easy setup process and a seamless way to run DBT transformations.

Additional Info


Message from the maintainers:

Excited about this feature? Give it a :thumbsup:. We factor engagement into prioritization. Thank you for considering my request. I'm looking forward to your feedback.

Best regards, El Hadji Oumar

Ideas of Implementation

Additional Info


Message from the maintainers:

Excited about this feature? Give it a :thumbsup:. We factor engagement into prioritization.

michaeljguarino commented 1 year ago

Hey we actually do have dbt-core included by default with our airflow docker image, and you could likely run dbt jobs in dagster easily too by adding it to the repo you're building too. Our trino setup does need some work to be more user friendly though, we'll definitely look into that.