Gerda Shank
Gerda Shank
Does it work to use the code as the message name? The Python event class names are more human understandable. We could make an index of codes and names...
Question: Would it be better to put the standard fields in an event_info dictionary or in the top-level of the message? ``` message A001 { string code = 1; string...
There has to be a way of connecting a json record with the appropriate proto definition. So if we don't do that with the code, we'd have to provide some...
Some of the information in the profile really does require that everything be reparsed, in particular the database and schema, which is embedded in many different places in the manifest....
We have special handling for "secret" env vars which might be helpful. We don't match environment variables starting with 'DBT_SECRET_ENV_' when doing partial parsing.
Currently for the partial parsing state checks we look at a filehash of the entire contents of the profile.yml file. This is not ideal from a granularity standpoint and does...
I think the problem isn't so much that meta isn't available at compile time, it's that the config from properties.yml isn't available when the ref is processed. A dbt project...
@daniel-murray: Is this something that you'd like to move forward?
The first thing to do is to merge the current state of main, resolve the differences, and update.
Currently command line vars are available in packages.yml (though there seems to be a bug related to that too) but the vars in the dbt_project file are not available. This...