{"id":19096124,"url":"https://github.com/fsistemas/bigquery-td","last_synced_at":"2026-04-30T12:32:59.709Z","repository":{"id":74378649,"uuid":"253148002","full_name":"fsistemas/bigquery-td","owner":"fsistemas","description":"ETL to extract data from mysql load and merge in BigQuery","archived":false,"fork":false,"pushed_at":"2022-05-03T19:02:53.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T08:43:35.812Z","etag":null,"topics":["bigquery","etl","mysql","python","sql"],"latest_commit_sha":null,"homepage":"","language":"Python","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/fsistemas.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-05T03:29:49.000Z","updated_at":"2022-05-03T19:05:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed4878ab-6583-4a70-aed8-a91eb3a6a729","html_url":"https://github.com/fsistemas/bigquery-td","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fsistemas/bigquery-td","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsistemas%2Fbigquery-td","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsistemas%2Fbigquery-td/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsistemas%2Fbigquery-td/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsistemas%2Fbigquery-td/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsistemas","download_url":"https://codeload.github.com/fsistemas/bigquery-td/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsistemas%2Fbigquery-td/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32465009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bigquery","etl","mysql","python","sql"],"created_at":"2024-11-09T03:35:54.197Z","updated_at":"2026-04-30T12:32:59.690Z","avatar_url":"https://github.com/fsistemas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testing Bigquery API - ETL to extract data from mysql using sql2json and load that information to BigQuery\n\n## Necessary dependencies\n```\npip install --upgrade google-cloud-bigquery\npip install python-dotenv\npip install pandas\n```\n\n## Useful links\nhttps://googleapis.dev/python/bigquery/latest/index.html\nhttps://cloud.google.com/bigquery/docs/quickstarts/quickstart-client-libraries#client-libraries-install-python\nhttps://cloud.google.com/bigquery/docs/loading-data-local\nhttps://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax\n\n## Insert/Update by ID, Delete rows does not exist in source\n\n```\nMERGE MyDataset.table_test01 test\nUSING MyDataset.table_test01_tmp tmp\nON test.ID = tmp.ID\nWHEN MATCHED THEN\n    UPDATE SET NAME = tmp.name, CREATION_DATE = tmp.CREATION_DATE\nWHEN NOT MATCHED THEN\n  INSERT ROW\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsistemas%2Fbigquery-td","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffsistemas%2Fbigquery-td","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsistemas%2Fbigquery-td/lists"}