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

Add self_link column to gcp_dataproc_cluster table #386

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

misraved
Copy link
Contributor

@misraved misraved commented Sep 5, 2022

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
select cluster_name, self_link from gcp_dataproc_cluster
+--------------+--------------------------------------------------------------------------------------------------+
| cluster_name | self_link                                                                                        |
+--------------+--------------------------------------------------------------------------------------------------+
| cluster-c73b | https://dataproc.googleapis.com/v1/projects/test-aaa/regions/us-central1/clusters/cluster-1234 |
+--------------+--------------------------------------------------------------------------------------------------

@misraved misraved self-assigned this Sep 5, 2022
Copy link
Contributor

@bigdatasourav bigdatasourav left a comment

Choose a reason for hiding this comment

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

LGTM

@misraved misraved merged commit dc62485 into main Sep 5, 2022
@misraved misraved deleted the add-self-link-dataproc-cluster branch September 5, 2022 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants