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
parsed_path_count -> path_count can represent the size of the project and amount of files eligible to be parsed while parsed_path_count will be the actual amount of files parsed
is_static_analysis_enabled -> set if flag for experimental parser is turned on
static_analysis_path_count -> number of files eligible to be parsed by experimental parser
static_analysis_parsed_path_count -> number of files actually parsed by experimental parser
Describe the feature
Let's add fields to
track_project_load
so we can account for / disambiguate between:is_partial_parse_enabled
for this today)path_count
for this today)path_count
represents in v0.20rc1, we should keep these separate)https://github.com/fishtown-analytics/dbt/blob/abe8e839458d0288f76cb6950e79c77e3b1627cc/core/dbt/parser/manifest.py#L599-L617
The text was updated successfully, but these errors were encountered: