Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ingest/bigquery_v2): enable platform instance using project id #8216

Merged

Conversation

asikowitz
Copy link
Collaborator

Cherry-pick of 743439c

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions bot added the ingestion PR or Issue related to the ingestion of metadata label Jun 12, 2023
@@ -140,7 +142,8 @@ def cleanup(config: BigQueryV2Config) -> None:
@support_status(SupportStatus.CERTIFIED)
@capability(
SourceCapability.PLATFORM_INSTANCE,
"Not supported since BigQuery project ids are globally unique",
"Platform instance is pre-set to the BigQuery project id, "
"but not added to urns as project ids are included in the container path.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the "not added to urns" part can be a # comment, but doesn't need to show up in our docs

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah guess that's an implementation detail

@vercel
Copy link

vercel bot commented Jun 12, 2023

Deployment failed with the following error:

The provided GitHub repository does not contain the requested branch or commit reference. Please ensure the repository is not empty.

@hsheth2
Copy link
Collaborator

hsheth2 commented Jun 13, 2023

@asikowitz re-queuing CI since it looks like it failed due to the Github incident yesterday

@asikowitz asikowitz merged commit c5cc53b into datahub-project:master Jun 14, 2023
39 of 43 checks passed
@asikowitz asikowitz deleted the bigquery-platform-instance-add-back branch June 14, 2023 16:50
tusharm pushed a commit to tusharm/datahub that referenced this pull request Jun 20, 2023
…atahub-project#8216)

Co-authored-by: Adrián Pertíñez <khurzak92@gmail.com>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ingestion PR or Issue related to the ingestion of metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants