You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After API-ification is merged to main, search in the codebase and figure out where are the following functions still being called in dbt-core after we create the Flags object. Ideally, we would like to get all of those information before Flags are being constructed and store it either inside Flags or some other object.
os.path
os.envvar
functions to read or write files(optional)
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Measure usage of certain functions(os.environ, os.path)
[CT-1806] Measure usage of certain functions(os.environ, os.path)
Jan 11, 2023
nathaniel-may
changed the title
[CT-1806] Measure usage of certain functions(os.environ, os.path)
[CT-1806] [Spike] Measure usage of certain functions(os.environ, os.path)
Jan 12, 2023
After API-ification is merged to main, search in the codebase and figure out where are the following functions still being called in dbt-core after we create the Flags object. Ideally, we would like to get all of those information before Flags are being constructed and store it either inside Flags or some other object.
os.path
os.envvar
The text was updated successfully, but these errors were encountered: