Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

This repo is an implementation for dbt transformation step in airbyte sync pipeline

License

Notifications You must be signed in to change notification settings

priceloop/dbt-nocode-transformation

Repository files navigation

Welcome to your new dbt project!

Using the starter project

Try running the following commands:

  • Build docker for dbt+fal: docker build -f Dockerfile-fal -t fal:latest .
  • Run debug to make sure our settings are correct: docker run --rm -it -v /Users/macbookpro/code/amazon_custom_dbt_transformation:/amz -w /amz --network host -t fal:latest debug --profiles-dir=. --project-dir=.
  • Run transformation: docker run --rm -it -v /Users/macbookpro/code/amazon_custom_dbt_transformation:/amz -w /amz --network host -t fal:latest run --profiles-dir=. --project-dir=.

Resources

  • Learn more about dbt in the docs
  • Check out Discourse for commonly asked questions and answers
  • Join the chat on Slack for live discussions and support
  • Find dbt events near you
  • Check out the blog for the latest news on dbt's development and best practices

About

This repo is an implementation for dbt transformation step in airbyte sync pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages