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

Filtering datasets #152

Closed
umairidris opened this issue Jul 27, 2019 · 1 comment
Closed

Filtering datasets #152

umairidris opened this issue Jul 27, 2019 · 1 comment
Labels
bug Something isn't working GCP

Comments

@umairidris
Copy link
Member

Hi,

How can I filter on datasets ids? For example, I only want dataset id 'foo'.

The filter flag expects 'resource_type:id1:id2' but the resource id for datasets are in form project:dataset_id which conflicts with this.

@sergeylanzman
Copy link
Collaborator

sergeylanzman commented Jul 31, 2019

yes... we use ":" as delimeter :(

You can import with plan command to JSON file and edit/delete your dataset in json, after this import from json.

https://github.com/GoogleCloudPlatform/terraformer#planning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GCP
Projects
None yet
Development

No branches or pull requests

2 participants