{"id":34589121,"url":"https://github.com/datafold/bigquery-notebook","last_synced_at":"2026-05-25T21:03:48.835Z","repository":{"id":324691559,"uuid":"1098114604","full_name":"datafold/bigquery-notebook","owner":"datafold","description":"Notebook for Snowflake -\u003e BigQuery translations","archived":false,"fork":false,"pushed_at":"2025-11-17T09:52:22.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-17T11:26:54.457Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/datafold.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-17T09:21:03.000Z","updated_at":"2025-11-17T09:52:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/datafold/bigquery-notebook","commit_stats":null,"previous_names":["datafold/bigquery-notebook"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/datafold/bigquery-notebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafold%2Fbigquery-notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafold%2Fbigquery-notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafold%2Fbigquery-notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafold%2Fbigquery-notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datafold","download_url":"https://codeload.github.com/datafold/bigquery-notebook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafold%2Fbigquery-notebook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33492983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-12-24T10:48:52.565Z","updated_at":"2026-05-25T21:03:48.830Z","avatar_url":"https://github.com/datafold.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BigQuery Notebook\n\nJupyter notebook for translating SQL queries from Snowflake to BigQuery using the Datafold DMA SDK.\n\n## Setup\n\nInstall dependencies:\n\n```bash\nuv sync\n```\n\n## Running the Notebook\n\nStart Jupyter Notebook:\n\n```bash\nuv run jupyter notebook\n```\n\nThe server will start and provide a URL with an access token to open in your browser.\n\n## Local Development\n\nCreate a `.env` file and set `LOCAL_DMA_SDK_PATH` pointing to the dma-sdk repo.\nThe notebook will then install using `pip install -e` which allows editing the SDK code.\nThe code gets automatically refreshed every time you run a cell.\n\nExample `.env` file:\n```\nLOCAL_DMA_SDK_PATH=/path/to/dma-sdk\n```\n\nAdd the following cell to the notebook to install the SDK from your local environment.\n\n```python\n# FOR LOCAL DEVELOPMENT, NOT NEEDED ON COLAB/DATABRICKS\nimport os\nimport pathlib\nfrom dotenv import load_dotenv\nload_dotenv()\n\nLOCAL_DMA_SDK_PATH = os.getenv('LOCAL_DMA_SDK_PATH')\nif LOCAL_DMA_SDK_PATH and pathlib.Path(LOCAL_DMA_SDK_PATH).exists():\n    print(f\"Installing dma-sdk from {LOCAL_DMA_SDK_PATH}\")\n    %pip install --editable \"{LOCAL_DMA_SDK_PATH}\"\n    \n    # Restart to make dependencies available\n    import IPython\n    app = IPython.Application.instance()\n    app.kernel.do_shutdown(True)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatafold%2Fbigquery-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatafold%2Fbigquery-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatafold%2Fbigquery-notebook/lists"}