{"id":16926918,"url":"https://github.com/shcheklein/dvc-sql-example","last_synced_at":"2025-03-21T02:13:28.466Z","repository":{"id":212708223,"uuid":"656479190","full_name":"shcheklein/dvc-sql-example","owner":"shcheklein","description":"A simple DVC pipeline to fetch from an SQL DB, cache as parquet for reproducibility and faster processing","archived":false,"fork":false,"pushed_at":"2023-12-15T17:59:53.000Z","size":4,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T22:35:42.637Z","etag":null,"topics":["azure","dvc","dvc-pipeline","example","pipeline"],"latest_commit_sha":null,"homepage":"https://dvc.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shcheklein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-06-21T03:25:49.000Z","updated_at":"2023-06-21T14:12:48.000Z","dependencies_parsed_at":"2023-12-15T19:33:59.867Z","dependency_job_id":null,"html_url":"https://github.com/shcheklein/dvc-sql-example","commit_stats":null,"previous_names":["shcheklein/dvc-sql-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shcheklein%2Fdvc-sql-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shcheklein%2Fdvc-sql-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shcheklein%2Fdvc-sql-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shcheklein%2Fdvc-sql-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shcheklein","download_url":"https://codeload.github.com/shcheklein/dvc-sql-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722745,"owners_count":20499153,"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":["azure","dvc","dvc-pipeline","example","pipeline"],"created_at":"2024-10-13T20:32:10.080Z","updated_at":"2025-03-21T02:13:28.443Z","avatar_url":"https://github.com/shcheklein.png","language":"Python","readme":"# DVC Azure SQL example\n\nA simple DVC pipeline to fetch from an SQL DB, cache as parquet for\nreproducibility and faster processing.\n\n## Install\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n\nDepending on the setup and machine, you might need to install ODBC driver. It\ndepends on the OS, please refer to MS ODBC setup docs.\n\n## Setup\n\nCreate and `.env` file with:\n\n\n```env\nAZURE_CONNECTION_STRING=\"DRIVER={ODBC Driver 18 for SQL Server};SERVER=\u003cserver\u003e.database.windows.net,1433;DATABASE=\u003cdb\u003e;UID=\u003cuser\u003e;PWD=\u003cpassword\u003e\"\n```\n\nThis file is in `.gitignore`. \n\n\u003e Note! There should be a better way to manage Azure credentials (e.g. using AD\n\u003e or managed identities. This is example is made simple, but we recommend to\n\u003e explore other options.\n\n## Running\n\nRun `dvc repro` or `dvc exp run` to reproduce the pipeline. Use regular\n`dvc push`, `dvc pull`, etc, to save and load artifacts.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshcheklein%2Fdvc-sql-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshcheklein%2Fdvc-sql-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshcheklein%2Fdvc-sql-example/lists"}