Hi, I’m trying to overwrite a constant in the ga4 block (https://github.com/looker-open-source/ga_four_block)) after importing to looker. I have edited the manifest file in the root directory & the connection override is working, but the schema override isn’t.
My code is:
project_name: “analytics”
remote_dependency: ga4_block {
url: “https://github.com/looker-open-source/ga_four_block.git”
ref: “master”
override_constant: GA4_CONNECTION {value: “bq”}
override_constant: GA4_SCHEMA {value: “myproject.mydataset”}
}