{"id":17327341,"url":"https://github.com/josecsotomorales/dbt","last_synced_at":"2026-01-06T12:47:26.314Z","repository":{"id":122424992,"uuid":"255689110","full_name":"josecsotomorales/dbt","owner":"josecsotomorales","description":"Repository for testing data build tool (dbt)","archived":false,"fork":false,"pushed_at":"2021-09-09T13:10:03.000Z","size":49,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T10:14:48.822Z","etag":null,"topics":["business-intelligence","data","data-engineering","data-transformation","dbt","dbt-packages"],"latest_commit_sha":null,"homepage":"","language":"PLSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josecsotomorales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-14T18:15:06.000Z","updated_at":"2022-06-12T21:55:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5e673f1-0fa0-4cda-bede-fcb25bd570c9","html_url":"https://github.com/josecsotomorales/dbt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josecsotomorales%2Fdbt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josecsotomorales%2Fdbt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josecsotomorales%2Fdbt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josecsotomorales%2Fdbt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josecsotomorales","download_url":"https://codeload.github.com/josecsotomorales/dbt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245785825,"owners_count":20671634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["business-intelligence","data","data-engineering","data-transformation","dbt","dbt-packages"],"created_at":"2024-10-15T14:19:24.709Z","updated_at":"2026-01-06T12:47:26.288Z","avatar_url":"https://github.com/josecsotomorales.png","language":"PLSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting started\n\nThere’s two main ways of working with dbt:\n* Edit files and run projects using the web-based Integrated Development Environment (IDE) in **dbt Cloud**.\n* Edit files locally using a code editor, and run projects using the Command Line Interface (**dbt CLI**).\n\nPlease follow the setting up instructions for your chosen development method. Either way, you're going to need credentials for Snowflake!\n\nHere are the statements your database admin will need to run:\n```sql\ncreate user \u003cuser\u003e\n    password = '\u003cgenerate_this\u003e'\n    default_warehouse = transforming\n    default_role = transformer;\n```\n\n### Using dbt Cloud\n1. Ask the data team to add you to the dbt Cloud account as a Developer.\n2. Click the hamburger menu, and then `Develop`.\n3. Enter your Snowflake credentials\n4. Verify that you can run dbt by entering the following in the command line input\n```\ndbt run\n```\n\n### Using the CLI\n1. Clone this github repo\n2. Install dbt following [these instructions](https://docs.getdbt.com/docs/installation)\n3. Copy the example profile to your `~/.dbt` folder (created when installing dbt):\n```bash\n$ cp ./sample.profiles.yml ~/.dbt/profiles.yml\n```\n4. Populate `~/.dbt/profiles.yml` with the credentials your Snowflake credentials\n```bash\nopen ~/.dbt\n```\n5. Verify that you can connect to Snowflake\n```\n$ dbt debug\n```\n6. Verify that you can run dbt\n```\n$ dbt run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosecsotomorales%2Fdbt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosecsotomorales%2Fdbt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosecsotomorales%2Fdbt/lists"}