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

[infra] Add links in console log when resources are created in GCP #1372

Open
fernandascovino opened this issue Oct 19, 2022 · 1 comment
Open
Assignees
Labels

Comments

@fernandascovino
Copy link
Contributor

fernandascovino commented Oct 19, 2022

Get the link to the added/modified resources along with the actions performed messages.

Example:

table_id = "quadro_horario"
dataset_id = "projeto_subsidio_sppo"

st = bd.Storage(table_id=table_id, dataset_id=dataset_id)
st.copy_table(source_bucket_name='rj-smtr-dev', destination_bucket_name='rj-smtr-staging')

> Copy Table Chunk: 100%|██████████| 1/1 [00:00<00:00,  1.84it/s]
> 2022-10-18 23:23:49.671 | SUCCESS  | basedosdados.upload.storage:copy_table:507 - Table quadro_horario_staging was copied!
> 2022-10-18 23:23:49.671 | SUCCESS  | basedosdados.upload.storage:copy_table:507 - Checkout at: <link-to-gcs>
@fernandascovino
Copy link
Contributor Author

fernandascovino commented Oct 19, 2022

@lucascr91 pode ser um bom good-first-issue para o hacktoberfest #1371

@lucascr91 lucascr91 changed the title [infra] Adicionar links de recursos criados no GCP [infra] Add links to resources created in GCP Oct 19, 2022
@lucascr91 lucascr91 changed the title [infra] Add links to resources created in GCP [infra] Add links in console log when resources are created in GCP Oct 27, 2022
@vncsna vncsna moved this to 📋 Backlog in Engenharia-SRE-UX Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

3 participants