We would like to announce the dbt-flink-adapter, that allows running pipelines defined in SQL in a dbt project on Apache Flink. Find out what the advantages of dbt and Apache Flink are, what was the driver for our GetInData Streaming Labs team to create the adapter, and how to build ...
gliter/dbt-flink-adapter-examplePublic NotificationsYou must be signed in to change notification settings Fork1 Star5 main 2Branches 0Tags Code Folders and files Name Last commit message Last commit date Latest commit grzegorz-liter-getindata ...
getindata / dbt-flink-adapter Public Notifications Fork 2 Star 48 Code Issues 13 Pull requests 1 Actions Projects Security Insights Watchers kawaa Works for GetInData GetInData Follow kzarzycki Works for GetInData GetInData Follow mwiewior Works for Warsaw University of ...
Insights: getindata/dbt-flink-adapterPulse Contributors Community Standards Commits Code frequency Dependency graph Network Forks Loading contributions… Contributions: Commits Contributions to main, excluding merge commits We tried our best, but the graph wouldn’t load. Try reloading the page....
After running the Local Flink Application, you can access the Flink Job Manager UI from localhost:8081. DBT Starter kit # Run trino-related containers make compose.dbt; # Prepare iceberg schema make trino-cli; $ create schema iceberg.staging WITH ( LOCATION = 's3://datalake/staging' ); $...