-
Notifications
You must be signed in to change notification settings - Fork 1.9k
tgc-revival: support google_blockchain_node_engine_blockchain_nodes #14561
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
base: main
Are you sure you want to change the base?
Conversation
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
assetName: //bigquery.googleapis.com/projects/my-project/datasets/my-dataset | ||
hclData: [project:my-project dataset_id:my-dataset] | ||
*/ | ||
func ParseUrlParamValuesFromAssetName(assetName string, template string, hclData map[string]any) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the parsed computed fields need to be filtered out, which is the reason for the test failure.
hclData["project"] = utils.ParseFieldValue(asset.Name, "projects") | ||
{{- end}} | ||
{{/* Attempt to parse all self-link parameters from asset name. */}} | ||
utils.ParseUrlParamValuesFromAssetName(asset.Name, "{{ $.CaiAssetNameTemplate $productBackendName }}", hclData) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, are there any issues for the previous implementation?
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.