diff --git a/Makefile b/Makefile index 90b54578aae..bd8b3be57f6 100644 --- a/Makefile +++ b/Makefile @@ -30,14 +30,19 @@ CI_FLAGS =\ .PHONY: dev_req dev_req: ## Installs dbt-* packages in develop mode along with only development dependencies. @\ - pip install -r dev-requirements.txt - pip install -r editable-requirements.txt + pip install -r dev-requirements.txt -r editable-requirements.txt .PHONY: dev dev: dev_req ## Installs dbt-* packages in develop mode along with development dependencies and pre-commit. @\ pre-commit install +.PHONY: dev-uninstall +dev-uninstall: ## Uninstall all packages in venv except for build tools + @\ + pip freeze | grep -v "^-e" | cut -d "@" -f1 | xargs pip uninstall -y; \ + pip uninstall -y dbt-core + .PHONY: core_proto_types core_proto_types: ## generates google protobuf python file from core_types.proto protoc -I=./core/dbt/events --python_out=./core/dbt/events ./core/dbt/events/core_types.proto diff --git a/core/MANIFEST.in b/core/MANIFEST.in index 595aea2a8a8..2fe0583d285 100644 --- a/core/MANIFEST.in +++ b/core/MANIFEST.in @@ -1,3 +1,3 @@ -recursive-include dbt/adapters/include *.py *.sql *.yml *.html *.md .gitkeep .gitignore +recursive-include dbt/include *.py *.sql *.yml *.html *.md .gitkeep .gitignore include dbt/py.typed recursive-include dbt/task/docs *.html diff --git a/core/dbt/events/core_types_pb2.py b/core/dbt/events/core_types_pb2.py index dabe67a9082..d07eb82a47b 100644 --- a/core/dbt/events/core_types_pb2.py +++ b/core/dbt/events/core_types_pb2.py @@ -1,11 +1,12 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: core_types.proto +# Protobuf Python Version: 4.25.3 """Generated protocol buffer code.""" -from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database +from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() @@ -17,725 +18,725 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x10\x63ore_types.proto\x12\x0bproto_types\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x99\x02\n\rCoreEventInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x63ode\x18\x02 \x01(\t\x12\x0b\n\x03msg\x18\x03 \x01(\t\x12\r\n\x05level\x18\x04 \x01(\t\x12\x15\n\rinvocation_id\x18\x05 \x01(\t\x12\x0b\n\x03pid\x18\x06 \x01(\x05\x12\x0e\n\x06thread\x18\x07 \x01(\t\x12&\n\x02ts\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x05\x65xtra\x18\t \x03(\x0b\x32%.proto_types.CoreEventInfo.ExtraEntry\x12\x10\n\x08\x63\x61tegory\x18\n \x01(\t\x1a,\n\nExtraEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"V\n\x0cNodeRelation\x12\x10\n\x08\x64\x61tabase\x18\n \x01(\t\x12\x0e\n\x06schema\x18\x0b \x01(\t\x12\r\n\x05\x61lias\x18\x0c \x01(\t\x12\x15\n\rrelation_name\x18\r \x01(\t\"\x91\x02\n\x08NodeInfo\x12\x11\n\tnode_path\x18\x01 \x01(\t\x12\x11\n\tnode_name\x18\x02 \x01(\t\x12\x11\n\tunique_id\x18\x03 \x01(\t\x12\x15\n\rresource_type\x18\x04 \x01(\t\x12\x14\n\x0cmaterialized\x18\x05 \x01(\t\x12\x13\n\x0bnode_status\x18\x06 \x01(\t\x12\x17\n\x0fnode_started_at\x18\x07 \x01(\t\x12\x18\n\x10node_finished_at\x18\x08 \x01(\t\x12%\n\x04meta\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x30\n\rnode_relation\x18\n \x01(\x0b\x32\x19.proto_types.NodeRelation\"\x7f\n\rTimingInfoMsg\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\nstarted_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x63ompleted_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xd1\x01\n\x0cRunResultMsg\x12\x0e\n\x06status\x18\x01 \x01(\t\x12\x0f\n\x07message\x18\x02 \x01(\t\x12/\n\x0btiming_info\x18\x03 \x03(\x0b\x32\x1a.proto_types.TimingInfoMsg\x12\x0e\n\x06thread\x18\x04 \x01(\t\x12\x16\n\x0e\x65xecution_time\x18\x05 \x01(\x02\x12\x31\n\x10\x61\x64\x61pter_response\x18\x06 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x14\n\x0cnum_failures\x18\x07 \x01(\x05\"\\\n\nColumnType\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12\x1c\n\x14previous_column_type\x18\x02 \x01(\t\x12\x1b\n\x13\x63urrent_column_type\x18\x03 \x01(\t\"Y\n\x10\x43olumnConstraint\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12\x17\n\x0f\x63onstraint_name\x18\x02 \x01(\t\x12\x17\n\x0f\x63onstraint_type\x18\x03 \x01(\t\"T\n\x0fModelConstraint\x12\x17\n\x0f\x63onstraint_name\x18\x01 \x01(\t\x12\x17\n\x0f\x63onstraint_type\x18\x02 \x01(\t\x12\x0f\n\x07\x63olumns\x18\x03 \x03(\t\"9\n\x11MainReportVersion\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x13\n\x0blog_version\x18\x02 \x01(\x05\"n\n\x14MainReportVersionMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1e.proto_types.MainReportVersion\"r\n\x0eMainReportArgs\x12\x33\n\x04\x61rgs\x18\x01 \x03(\x0b\x32%.proto_types.MainReportArgs.ArgsEntry\x1a+\n\tArgsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"h\n\x11MainReportArgsMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.MainReportArgs\"+\n\x15MainTrackingUserState\x12\x12\n\nuser_state\x18\x01 \x01(\t\"v\n\x18MainTrackingUserStateMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x30\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\".proto_types.MainTrackingUserState\"5\n\x0fMergedFromState\x12\x12\n\nnum_merged\x18\x01 \x01(\x05\x12\x0e\n\x06sample\x18\x02 \x03(\t\"j\n\x12MergedFromStateMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.MergedFromState\"A\n\x14MissingProfileTarget\x12\x14\n\x0cprofile_name\x18\x01 \x01(\t\x12\x13\n\x0btarget_name\x18\x02 \x01(\t\"t\n\x17MissingProfileTargetMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.MissingProfileTarget\"(\n\x11InvalidOptionYAML\x12\x13\n\x0boption_name\x18\x01 \x01(\t\"n\n\x14InvalidOptionYAMLMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1e.proto_types.InvalidOptionYAML\"!\n\x12LogDbtProjectError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"p\n\x15LogDbtProjectErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.LogDbtProjectError\"3\n\x12LogDbtProfileError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\x12\x10\n\x08profiles\x18\x02 \x03(\t\"p\n\x15LogDbtProfileErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.LogDbtProfileError\"!\n\x12StarterProjectPath\x12\x0b\n\x03\x64ir\x18\x01 \x01(\t\"p\n\x15StarterProjectPathMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.StarterProjectPath\"$\n\x15\x43onfigFolderDirectory\x12\x0b\n\x03\x64ir\x18\x01 \x01(\t\"v\n\x18\x43onfigFolderDirectoryMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x30\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\".proto_types.ConfigFolderDirectory\"\'\n\x14NoSampleProfileFound\x12\x0f\n\x07\x61\x64\x61pter\x18\x01 \x01(\t\"t\n\x17NoSampleProfileFoundMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.NoSampleProfileFound\"6\n\x18ProfileWrittenWithSample\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\"|\n\x1bProfileWrittenWithSampleMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x33\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32%.proto_types.ProfileWrittenWithSample\"B\n$ProfileWrittenWithTargetTemplateYAML\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\"\x94\x01\n\'ProfileWrittenWithTargetTemplateYAMLMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12?\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x31.proto_types.ProfileWrittenWithTargetTemplateYAML\"C\n%ProfileWrittenWithProjectTemplateYAML\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\"\x96\x01\n(ProfileWrittenWithProjectTemplateYAMLMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12@\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x32.proto_types.ProfileWrittenWithProjectTemplateYAML\"\x12\n\x10SettingUpProfile\"l\n\x13SettingUpProfileMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.SettingUpProfile\"\x1c\n\x1aInvalidProfileTemplateYAML\"\x80\x01\n\x1dInvalidProfileTemplateYAMLMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x35\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\'.proto_types.InvalidProfileTemplateYAML\"(\n\x18ProjectNameAlreadyExists\x12\x0c\n\x04name\x18\x01 \x01(\t\"|\n\x1bProjectNameAlreadyExistsMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x33\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32%.proto_types.ProjectNameAlreadyExists\"K\n\x0eProjectCreated\x12\x14\n\x0cproject_name\x18\x01 \x01(\t\x12\x10\n\x08\x64ocs_url\x18\x02 \x01(\t\x12\x11\n\tslack_url\x18\x03 \x01(\t\"h\n\x11ProjectCreatedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.ProjectCreated\"@\n\x1aPackageRedirectDeprecation\x12\x10\n\x08old_name\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t\"\x80\x01\n\x1dPackageRedirectDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x35\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\'.proto_types.PackageRedirectDeprecation\"\x1f\n\x1dPackageInstallPathDeprecation\"\x86\x01\n PackageInstallPathDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x38\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32*.proto_types.PackageInstallPathDeprecation\"H\n\x1b\x43onfigSourcePathDeprecation\x12\x17\n\x0f\x64\x65precated_path\x18\x01 \x01(\t\x12\x10\n\x08\x65xp_path\x18\x02 \x01(\t\"\x82\x01\n\x1e\x43onfigSourcePathDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.proto_types.ConfigSourcePathDeprecation\"F\n\x19\x43onfigDataPathDeprecation\x12\x17\n\x0f\x64\x65precated_path\x18\x01 \x01(\t\x12\x10\n\x08\x65xp_path\x18\x02 \x01(\t\"~\n\x1c\x43onfigDataPathDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x34\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32&.proto_types.ConfigDataPathDeprecation\".\n\x17MetricAttributesRenamed\x12\x13\n\x0bmetric_name\x18\x01 \x01(\t\"z\n\x1aMetricAttributesRenamedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.MetricAttributesRenamed\"+\n\x17\x45xposureNameDeprecation\x12\x10\n\x08\x65xposure\x18\x01 \x01(\t\"z\n\x1a\x45xposureNameDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.ExposureNameDeprecation\"^\n\x13InternalDeprecation\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06reason\x18\x02 \x01(\t\x12\x18\n\x10suggested_action\x18\x03 \x01(\t\x12\x0f\n\x07version\x18\x04 \x01(\t\"r\n\x16InternalDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.InternalDeprecation\"@\n\x1a\x45nvironmentVariableRenamed\x12\x10\n\x08old_name\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t\"\x80\x01\n\x1d\x45nvironmentVariableRenamedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x35\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\'.proto_types.EnvironmentVariableRenamed\"3\n\x18\x43onfigLogPathDeprecation\x12\x17\n\x0f\x64\x65precated_path\x18\x01 \x01(\t\"|\n\x1b\x43onfigLogPathDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x33\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32%.proto_types.ConfigLogPathDeprecation\"6\n\x1b\x43onfigTargetPathDeprecation\x12\x17\n\x0f\x64\x65precated_path\x18\x01 \x01(\t\"\x82\x01\n\x1e\x43onfigTargetPathDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.proto_types.ConfigTargetPathDeprecation\"C\n\x16TestsConfigDeprecation\x12\x17\n\x0f\x64\x65precated_path\x18\x01 \x01(\t\x12\x10\n\x08\x65xp_path\x18\x02 \x01(\t\"x\n\x19TestsConfigDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x31\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32#.proto_types.TestsConfigDeprecation\"\x1e\n\x1cProjectFlagsMovedDeprecation\"\x84\x01\n\x1fProjectFlagsMovedDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x37\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32).proto_types.ProjectFlagsMovedDeprecation\"V\n\x0f\x44\x65precatedModel\x12\x12\n\nmodel_name\x18\x01 \x01(\t\x12\x15\n\rmodel_version\x18\x02 \x01(\t\x12\x18\n\x10\x64\x65precation_date\x18\x03 \x01(\t\"j\n\x12\x44\x65precatedModelMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.DeprecatedModel\"7\n\x12InputFileDiffError\x12\x10\n\x08\x63\x61tegory\x18\x01 \x01(\t\x12\x0f\n\x07\x66ile_id\x18\x02 \x01(\t\"p\n\x15InputFileDiffErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.InputFileDiffError\"?\n\x14InvalidValueForField\x12\x12\n\nfield_name\x18\x01 \x01(\t\x12\x13\n\x0b\x66ield_value\x18\x02 \x01(\t\"t\n\x17InvalidValueForFieldMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.InvalidValueForField\"Q\n\x11ValidationWarning\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x12\n\nfield_name\x18\x02 \x01(\t\x12\x11\n\tnode_name\x18\x03 \x01(\t\"n\n\x14ValidationWarningMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1e.proto_types.ValidationWarning\"!\n\x11ParsePerfInfoPath\x12\x0c\n\x04path\x18\x01 \x01(\t\"n\n\x14ParsePerfInfoPathMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1e.proto_types.ParsePerfInfoPath\"1\n!PartialParsingErrorProcessingFile\x12\x0c\n\x04\x66ile\x18\x01 \x01(\t\"\x8e\x01\n$PartialParsingErrorProcessingFileMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..proto_types.PartialParsingErrorProcessingFile\"\x86\x01\n\x13PartialParsingError\x12?\n\x08\x65xc_info\x18\x01 \x03(\x0b\x32-.proto_types.PartialParsingError.ExcInfoEntry\x1a.\n\x0c\x45xcInfoEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"r\n\x16PartialParsingErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.PartialParsingError\"\x1b\n\x19PartialParsingSkipParsing\"~\n\x1cPartialParsingSkipParsingMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x34\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32&.proto_types.PartialParsingSkipParsing\"&\n\x14UnableToPartialParse\x12\x0e\n\x06reason\x18\x01 \x01(\t\"t\n\x17UnableToPartialParseMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.UnableToPartialParse\"f\n\x12StateCheckVarsHash\x12\x10\n\x08\x63hecksum\x18\x01 \x01(\t\x12\x0c\n\x04vars\x18\x02 \x01(\t\x12\x0f\n\x07profile\x18\x03 \x01(\t\x12\x0e\n\x06target\x18\x04 \x01(\t\x12\x0f\n\x07version\x18\x05 \x01(\t\"p\n\x15StateCheckVarsHashMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.StateCheckVarsHash\"\x1a\n\x18PartialParsingNotEnabled\"|\n\x1bPartialParsingNotEnabledMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x33\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32%.proto_types.PartialParsingNotEnabled\"C\n\x14ParsedFileLoadFailed\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x0b\n\x03\x65xc\x18\x02 \x01(\t\x12\x10\n\x08\x65xc_info\x18\x03 \x01(\t\"t\n\x17ParsedFileLoadFailedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.ParsedFileLoadFailed\"H\n\x15PartialParsingEnabled\x12\x0f\n\x07\x64\x65leted\x18\x01 \x01(\x05\x12\r\n\x05\x61\x64\x64\x65\x64\x18\x02 \x01(\x05\x12\x0f\n\x07\x63hanged\x18\x03 \x01(\x05\"v\n\x18PartialParsingEnabledMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x30\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\".proto_types.PartialParsingEnabled\"8\n\x12PartialParsingFile\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\x12\x11\n\toperation\x18\x02 \x01(\t\"p\n\x15PartialParsingFileMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.PartialParsingFile\"\xaf\x01\n\x1fInvalidDisabledTargetInTestNode\x12\x1b\n\x13resource_type_title\x18\x01 \x01(\t\x12\x11\n\tunique_id\x18\x02 \x01(\t\x12\x1a\n\x12original_file_path\x18\x03 \x01(\t\x12\x13\n\x0btarget_kind\x18\x04 \x01(\t\x12\x13\n\x0btarget_name\x18\x05 \x01(\t\x12\x16\n\x0etarget_package\x18\x06 \x01(\t\"\x8a\x01\n\"InvalidDisabledTargetInTestNodeMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12:\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32,.proto_types.InvalidDisabledTargetInTestNode\"7\n\x18UnusedResourceConfigPath\x12\x1b\n\x13unused_config_paths\x18\x01 \x03(\t\"|\n\x1bUnusedResourceConfigPathMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x33\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32%.proto_types.UnusedResourceConfigPath\"3\n\rSeedIncreased\x12\x14\n\x0cpackage_name\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"f\n\x10SeedIncreasedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.SeedIncreased\">\n\x18SeedExceedsLimitSamePath\x12\x14\n\x0cpackage_name\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"|\n\x1bSeedExceedsLimitSamePathMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x33\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32%.proto_types.SeedExceedsLimitSamePath\"D\n\x1eSeedExceedsLimitAndPathChanged\x12\x14\n\x0cpackage_name\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"\x88\x01\n!SeedExceedsLimitAndPathChangedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x39\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32+.proto_types.SeedExceedsLimitAndPathChanged\"\\\n\x1fSeedExceedsLimitChecksumChanged\x12\x14\n\x0cpackage_name\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rchecksum_name\x18\x03 \x01(\t\"\x8a\x01\n\"SeedExceedsLimitChecksumChangedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12:\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32,.proto_types.SeedExceedsLimitChecksumChanged\"%\n\x0cUnusedTables\x12\x15\n\runused_tables\x18\x01 \x03(\t\"d\n\x0fUnusedTablesMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.UnusedTables\"\x87\x01\n\x17WrongResourceSchemaFile\x12\x12\n\npatch_name\x18\x01 \x01(\t\x12\x15\n\rresource_type\x18\x02 \x01(\t\x12\x1c\n\x14plural_resource_type\x18\x03 \x01(\t\x12\x10\n\x08yaml_key\x18\x04 \x01(\t\x12\x11\n\tfile_path\x18\x05 \x01(\t\"z\n\x1aWrongResourceSchemaFileMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.WrongResourceSchemaFile\"K\n\x10NoNodeForYamlKey\x12\x12\n\npatch_name\x18\x01 \x01(\t\x12\x10\n\x08yaml_key\x18\x02 \x01(\t\x12\x11\n\tfile_path\x18\x03 \x01(\t\"l\n\x13NoNodeForYamlKeyMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.NoNodeForYamlKey\"+\n\x15MacroNotFoundForPatch\x12\x12\n\npatch_name\x18\x01 \x01(\t\"v\n\x18MacroNotFoundForPatchMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x30\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\".proto_types.MacroNotFoundForPatch\"\xb8\x01\n\x16NodeNotFoundOrDisabled\x12\x1a\n\x12original_file_path\x18\x01 \x01(\t\x12\x11\n\tunique_id\x18\x02 \x01(\t\x12\x1b\n\x13resource_type_title\x18\x03 \x01(\t\x12\x13\n\x0btarget_name\x18\x04 \x01(\t\x12\x13\n\x0btarget_kind\x18\x05 \x01(\t\x12\x16\n\x0etarget_package\x18\x06 \x01(\t\x12\x10\n\x08\x64isabled\x18\x07 \x01(\t\"x\n\x19NodeNotFoundOrDisabledMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x31\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32#.proto_types.NodeNotFoundOrDisabled\"H\n\x0fJinjaLogWarning\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x0b\n\x03msg\x18\x02 \x01(\t\"j\n\x12JinjaLogWarningMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.JinjaLogWarning\"E\n\x0cJinjaLogInfo\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x0b\n\x03msg\x18\x02 \x01(\t\"d\n\x0fJinjaLogInfoMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.JinjaLogInfo\"F\n\rJinjaLogDebug\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x0b\n\x03msg\x18\x02 \x01(\t\"f\n\x10JinjaLogDebugMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.JinjaLogDebug\"\xae\x01\n\x1eUnpinnedRefNewVersionAvailable\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x15\n\rref_node_name\x18\x02 \x01(\t\x12\x18\n\x10ref_node_package\x18\x03 \x01(\t\x12\x18\n\x10ref_node_version\x18\x04 \x01(\t\x12\x17\n\x0fref_max_version\x18\x05 \x01(\t\"\x88\x01\n!UnpinnedRefNewVersionAvailableMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x39\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32+.proto_types.UnpinnedRefNewVersionAvailable\"\xc6\x01\n\x1cUpcomingReferenceDeprecation\x12\x12\n\nmodel_name\x18\x01 \x01(\t\x12\x19\n\x11ref_model_package\x18\x02 \x01(\t\x12\x16\n\x0eref_model_name\x18\x03 \x01(\t\x12\x19\n\x11ref_model_version\x18\x04 \x01(\t\x12 \n\x18ref_model_latest_version\x18\x05 \x01(\t\x12\"\n\x1aref_model_deprecation_date\x18\x06 \x01(\t\"\x84\x01\n\x1fUpcomingReferenceDeprecationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x37\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32).proto_types.UpcomingReferenceDeprecation\"\xbd\x01\n\x13\x44\x65precatedReference\x12\x12\n\nmodel_name\x18\x01 \x01(\t\x12\x19\n\x11ref_model_package\x18\x02 \x01(\t\x12\x16\n\x0eref_model_name\x18\x03 \x01(\t\x12\x19\n\x11ref_model_version\x18\x04 \x01(\t\x12 \n\x18ref_model_latest_version\x18\x05 \x01(\t\x12\"\n\x1aref_model_deprecation_date\x18\x06 \x01(\t\"r\n\x16\x44\x65precatedReferenceMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.DeprecatedReference\"<\n$UnsupportedConstraintMaterialization\x12\x14\n\x0cmaterialized\x18\x01 \x01(\t\"\x94\x01\n\'UnsupportedConstraintMaterializationMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12?\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x31.proto_types.UnsupportedConstraintMaterialization\"M\n\x14ParseInlineNodeError\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x0b\n\x03\x65xc\x18\x02 \x01(\t\"t\n\x17ParseInlineNodeErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.ParseInlineNodeError\"(\n\x19SemanticValidationFailure\x12\x0b\n\x03msg\x18\x02 \x01(\t\"~\n\x1cSemanticValidationFailureMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x34\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32&.proto_types.SemanticValidationFailure\"\x8a\x03\n\x19UnversionedBreakingChange\x12\x18\n\x10\x62reaking_changes\x18\x01 \x03(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\x12\x17\n\x0fmodel_file_path\x18\x03 \x01(\t\x12\"\n\x1a\x63ontract_enforced_disabled\x18\x04 \x01(\x08\x12\x17\n\x0f\x63olumns_removed\x18\x05 \x03(\t\x12\x34\n\x13\x63olumn_type_changes\x18\x06 \x03(\x0b\x32\x17.proto_types.ColumnType\x12I\n\"enforced_column_constraint_removed\x18\x07 \x03(\x0b\x32\x1d.proto_types.ColumnConstraint\x12G\n!enforced_model_constraint_removed\x18\x08 \x03(\x0b\x32\x1c.proto_types.ModelConstraint\x12\x1f\n\x17materialization_changed\x18\t \x03(\t\"~\n\x1cUnversionedBreakingChangeMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x34\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32&.proto_types.UnversionedBreakingChange\"*\n\x14WarnStateTargetEqual\x12\x12\n\nstate_path\x18\x01 \x01(\t\"t\n\x17WarnStateTargetEqualMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.WarnStateTargetEqual\"%\n\x16\x46reshnessConfigProblem\x12\x0b\n\x03msg\x18\x01 \x01(\t\"x\n\x19\x46reshnessConfigProblemMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x31\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32#.proto_types.FreshnessConfigProblem\"/\n\x1dGitSparseCheckoutSubdirectory\x12\x0e\n\x06subdir\x18\x01 \x01(\t\"\x86\x01\n GitSparseCheckoutSubdirectoryMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x38\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32*.proto_types.GitSparseCheckoutSubdirectory\"/\n\x1bGitProgressCheckoutRevision\x12\x10\n\x08revision\x18\x01 \x01(\t\"\x82\x01\n\x1eGitProgressCheckoutRevisionMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.proto_types.GitProgressCheckoutRevision\"4\n%GitProgressUpdatingExistingDependency\x12\x0b\n\x03\x64ir\x18\x01 \x01(\t\"\x96\x01\n(GitProgressUpdatingExistingDependencyMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12@\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x32.proto_types.GitProgressUpdatingExistingDependency\".\n\x1fGitProgressPullingNewDependency\x12\x0b\n\x03\x64ir\x18\x01 \x01(\t\"\x8a\x01\n\"GitProgressPullingNewDependencyMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12:\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32,.proto_types.GitProgressPullingNewDependency\"\x1d\n\x0eGitNothingToDo\x12\x0b\n\x03sha\x18\x01 \x01(\t\"h\n\x11GitNothingToDoMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.GitNothingToDo\"E\n\x1fGitProgressUpdatedCheckoutRange\x12\x11\n\tstart_sha\x18\x01 \x01(\t\x12\x0f\n\x07\x65nd_sha\x18\x02 \x01(\t\"\x8a\x01\n\"GitProgressUpdatedCheckoutRangeMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12:\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32,.proto_types.GitProgressUpdatedCheckoutRange\"*\n\x17GitProgressCheckedOutAt\x12\x0f\n\x07\x65nd_sha\x18\x01 \x01(\t\"z\n\x1aGitProgressCheckedOutAtMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.GitProgressCheckedOutAt\")\n\x1aRegistryProgressGETRequest\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x80\x01\n\x1dRegistryProgressGETRequestMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x35\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\'.proto_types.RegistryProgressGETRequest\"=\n\x1bRegistryProgressGETResponse\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x11\n\tresp_code\x18\x02 \x01(\x05\"\x82\x01\n\x1eRegistryProgressGETResponseMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.proto_types.RegistryProgressGETResponse\"_\n\x1dSelectorReportInvalidSelector\x12\x17\n\x0fvalid_selectors\x18\x01 \x01(\t\x12\x13\n\x0bspec_method\x18\x02 \x01(\t\x12\x10\n\x08raw_spec\x18\x03 \x01(\t\"\x86\x01\n SelectorReportInvalidSelectorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x38\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32*.proto_types.SelectorReportInvalidSelector\"\x15\n\x13\x44\x65psNoPackagesFound\"r\n\x16\x44\x65psNoPackagesFoundMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.DepsNoPackagesFound\"/\n\x17\x44\x65psStartPackageInstall\x12\x14\n\x0cpackage_name\x18\x01 \x01(\t\"z\n\x1a\x44\x65psStartPackageInstallMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.DepsStartPackageInstall\"\'\n\x0f\x44\x65psInstallInfo\x12\x14\n\x0cversion_name\x18\x01 \x01(\t\"j\n\x12\x44\x65psInstallInfoMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.DepsInstallInfo\"-\n\x13\x44\x65psUpdateAvailable\x12\x16\n\x0eversion_latest\x18\x01 \x01(\t\"r\n\x16\x44\x65psUpdateAvailableMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.DepsUpdateAvailable\"\x0e\n\x0c\x44\x65psUpToDate\"d\n\x0f\x44\x65psUpToDateMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.DepsUpToDate\",\n\x14\x44\x65psListSubdirectory\x12\x14\n\x0csubdirectory\x18\x01 \x01(\t\"t\n\x17\x44\x65psListSubdirectoryMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.DepsListSubdirectory\".\n\x1a\x44\x65psNotifyUpdatesAvailable\x12\x10\n\x08packages\x18\x01 \x03(\t\"\x80\x01\n\x1d\x44\x65psNotifyUpdatesAvailableMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x35\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\'.proto_types.DepsNotifyUpdatesAvailable\".\n\x1fRegistryIndexProgressGETRequest\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x8a\x01\n\"RegistryIndexProgressGETRequestMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12:\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32,.proto_types.RegistryIndexProgressGETRequest\"B\n RegistryIndexProgressGETResponse\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x11\n\tresp_code\x18\x02 \x01(\x05\"\x8c\x01\n#RegistryIndexProgressGETResponseMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12;\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32-.proto_types.RegistryIndexProgressGETResponse\"2\n\x1eRegistryResponseUnexpectedType\x12\x10\n\x08response\x18\x01 \x01(\t\"\x88\x01\n!RegistryResponseUnexpectedTypeMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x39\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32+.proto_types.RegistryResponseUnexpectedType\"2\n\x1eRegistryResponseMissingTopKeys\x12\x10\n\x08response\x18\x01 \x01(\t\"\x88\x01\n!RegistryResponseMissingTopKeysMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x39\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32+.proto_types.RegistryResponseMissingTopKeys\"5\n!RegistryResponseMissingNestedKeys\x12\x10\n\x08response\x18\x01 \x01(\t\"\x8e\x01\n$RegistryResponseMissingNestedKeysMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..proto_types.RegistryResponseMissingNestedKeys\"3\n\x1fRegistryResponseExtraNestedKeys\x12\x10\n\x08response\x18\x01 \x01(\t\"\x8a\x01\n\"RegistryResponseExtraNestedKeysMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12:\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32,.proto_types.RegistryResponseExtraNestedKeys\"(\n\x18\x44\x65psSetDownloadDirectory\x12\x0c\n\x04path\x18\x01 \x01(\t\"|\n\x1b\x44\x65psSetDownloadDirectoryMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x33\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32%.proto_types.DepsSetDownloadDirectory\"-\n\x0c\x44\x65psUnpinned\x12\x10\n\x08revision\x18\x01 \x01(\t\x12\x0b\n\x03git\x18\x02 \x01(\t\"d\n\x0f\x44\x65psUnpinnedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.DepsUnpinned\"/\n\x1bNoNodesForSelectionCriteria\x12\x10\n\x08spec_raw\x18\x01 \x01(\t\"\x82\x01\n\x1eNoNodesForSelectionCriteriaMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.proto_types.NoNodesForSelectionCriteria\")\n\x10\x44\x65psLockUpdating\x12\x15\n\rlock_filepath\x18\x01 \x01(\t\"l\n\x13\x44\x65psLockUpdatingMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.DepsLockUpdating\"R\n\x0e\x44\x65psAddPackage\x12\x14\n\x0cpackage_name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x19\n\x11packages_filepath\x18\x03 \x01(\t\"h\n\x11\x44\x65psAddPackageMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.DepsAddPackage\"\xa7\x01\n\x19\x44\x65psFoundDuplicatePackage\x12S\n\x0fremoved_package\x18\x01 \x03(\x0b\x32:.proto_types.DepsFoundDuplicatePackage.RemovedPackageEntry\x1a\x35\n\x13RemovedPackageEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"~\n\x1c\x44\x65psFoundDuplicatePackageMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x34\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32&.proto_types.DepsFoundDuplicatePackage\"$\n\x12\x44\x65psVersionMissing\x12\x0e\n\x06source\x18\x01 \x01(\t\"p\n\x15\x44\x65psVersionMissingMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.DepsVersionMissing\"/\n\x17\x44\x65psScrubbedPackageName\x12\x14\n\x0cpackage_name\x18\x01 \x01(\t\"z\n\x1a\x44\x65psScrubbedPackageNameMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.DepsScrubbedPackageName\"*\n\x1bRunningOperationCaughtError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"\x82\x01\n\x1eRunningOperationCaughtErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.proto_types.RunningOperationCaughtError\"\x11\n\x0f\x43ompileComplete\"j\n\x12\x43ompileCompleteMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.CompileComplete\"\x18\n\x16\x46reshnessCheckComplete\"x\n\x19\x46reshnessCheckCompleteMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x31\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32#.proto_types.FreshnessCheckComplete\"\x1c\n\nSeedHeader\x12\x0e\n\x06header\x18\x01 \x01(\t\"`\n\rSeedHeaderMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12%\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x17.proto_types.SeedHeader\"]\n\x12SQLRunnerException\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\x12\x10\n\x08\x65xc_info\x18\x02 \x01(\t\x12(\n\tnode_info\x18\x03 \x01(\x0b\x32\x15.proto_types.NodeInfo\"p\n\x15SQLRunnerExceptionMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.SQLRunnerException\"\xa8\x01\n\rLogTestResult\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06status\x18\x03 \x01(\t\x12\r\n\x05index\x18\x04 \x01(\x05\x12\x12\n\nnum_models\x18\x05 \x01(\x05\x12\x16\n\x0e\x65xecution_time\x18\x06 \x01(\x02\x12\x14\n\x0cnum_failures\x18\x07 \x01(\x05\"f\n\x10LogTestResultMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.LogTestResult\"k\n\x0cLogStartLine\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\r\n\x05index\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"d\n\x0fLogStartLineMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.LogStartLine\"\x95\x01\n\x0eLogModelResult\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0e\n\x06status\x18\x03 \x01(\t\x12\r\n\x05index\x18\x04 \x01(\x05\x12\r\n\x05total\x18\x05 \x01(\x05\x12\x16\n\x0e\x65xecution_time\x18\x06 \x01(\x02\"h\n\x11LogModelResultMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.LogModelResult\"\x92\x02\n\x11LogSnapshotResult\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0e\n\x06status\x18\x03 \x01(\t\x12\r\n\x05index\x18\x04 \x01(\x05\x12\r\n\x05total\x18\x05 \x01(\x05\x12\x16\n\x0e\x65xecution_time\x18\x06 \x01(\x02\x12\x34\n\x03\x63\x66g\x18\x07 \x03(\x0b\x32\'.proto_types.LogSnapshotResult.CfgEntry\x12\x16\n\x0eresult_message\x18\x08 \x01(\t\x1a*\n\x08\x43\x66gEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"n\n\x14LogSnapshotResultMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1e.proto_types.LogSnapshotResult\"\xb9\x01\n\rLogSeedResult\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x16\n\x0eresult_message\x18\x03 \x01(\t\x12\r\n\x05index\x18\x04 \x01(\x05\x12\r\n\x05total\x18\x05 \x01(\x05\x12\x16\n\x0e\x65xecution_time\x18\x06 \x01(\x02\x12\x0e\n\x06schema\x18\x07 \x01(\t\x12\x10\n\x08relation\x18\x08 \x01(\t\"f\n\x10LogSeedResultMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.LogSeedResult\"\xad\x01\n\x12LogFreshnessResult\x12\x0e\n\x06status\x18\x01 \x01(\t\x12(\n\tnode_info\x18\x02 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\r\n\x05index\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\x12\x16\n\x0e\x65xecution_time\x18\x05 \x01(\x02\x12\x13\n\x0bsource_name\x18\x06 \x01(\t\x12\x12\n\ntable_name\x18\x07 \x01(\t\"p\n\x15LogFreshnessResultMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.LogFreshnessResult\"\"\n\rLogCancelLine\x12\x11\n\tconn_name\x18\x01 \x01(\t\"f\n\x10LogCancelLineMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.LogCancelLine\"\x1f\n\x0f\x44\x65\x66\x61ultSelector\x12\x0c\n\x04name\x18\x01 \x01(\t\"j\n\x12\x44\x65\x66\x61ultSelectorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.DefaultSelector\"5\n\tNodeStart\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\"^\n\x0cNodeStartMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12$\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x16.proto_types.NodeStart\"g\n\x0cNodeFinished\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12-\n\nrun_result\x18\x02 \x01(\x0b\x32\x19.proto_types.RunResultMsg\"d\n\x0fNodeFinishedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.NodeFinished\"+\n\x1bQueryCancelationUnsupported\x12\x0c\n\x04type\x18\x01 \x01(\t\"\x82\x01\n\x1eQueryCancelationUnsupportedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.proto_types.QueryCancelationUnsupported\"O\n\x0f\x43oncurrencyLine\x12\x13\n\x0bnum_threads\x18\x01 \x01(\x05\x12\x13\n\x0btarget_name\x18\x02 \x01(\t\x12\x12\n\nnode_count\x18\x03 \x01(\x05\"j\n\x12\x43oncurrencyLineMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.ConcurrencyLine\"E\n\x19WritingInjectedSQLForNode\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\"~\n\x1cWritingInjectedSQLForNodeMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x34\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32&.proto_types.WritingInjectedSQLForNode\"9\n\rNodeCompiling\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\"f\n\x10NodeCompilingMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.NodeCompiling\"9\n\rNodeExecuting\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\"f\n\x10NodeExecutingMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.NodeExecuting\"m\n\x10LogHookStartLine\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x11\n\tstatement\x18\x02 \x01(\t\x12\r\n\x05index\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"l\n\x13LogHookStartLineMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.LogHookStartLine\"\x93\x01\n\x0eLogHookEndLine\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x11\n\tstatement\x18\x02 \x01(\t\x12\x0e\n\x06status\x18\x03 \x01(\t\x12\r\n\x05index\x18\x04 \x01(\x05\x12\r\n\x05total\x18\x05 \x01(\x05\x12\x16\n\x0e\x65xecution_time\x18\x06 \x01(\x02\"h\n\x11LogHookEndLineMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.LogHookEndLine\"\x93\x01\n\x0fSkippingDetails\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x15\n\rresource_type\x18\x02 \x01(\t\x12\x0e\n\x06schema\x18\x03 \x01(\t\x12\x11\n\tnode_name\x18\x04 \x01(\t\x12\r\n\x05index\x18\x05 \x01(\x05\x12\r\n\x05total\x18\x06 \x01(\x05\"j\n\x12SkippingDetailsMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.SkippingDetails\"\r\n\x0bNothingToDo\"b\n\x0eNothingToDoMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12&\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x18.proto_types.NothingToDo\",\n\x1dRunningOperationUncaughtError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"\x86\x01\n RunningOperationUncaughtErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x38\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32*.proto_types.RunningOperationUncaughtError\"\x93\x01\n\x0c\x45ndRunResult\x12*\n\x07results\x18\x01 \x03(\x0b\x32\x19.proto_types.RunResultMsg\x12\x14\n\x0c\x65lapsed_time\x18\x02 \x01(\x02\x12\x30\n\x0cgenerated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07success\x18\x04 \x01(\x08\"d\n\x0f\x45ndRunResultMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.EndRunResult\"\x11\n\x0fNoNodesSelected\"j\n\x12NoNodesSelectedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.NoNodesSelected\"w\n\x10\x43ommandCompleted\x12\x0f\n\x07\x63ommand\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x30\n\x0c\x63ompleted_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x65lapsed\x18\x04 \x01(\x02\"l\n\x13\x43ommandCompletedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.CommandCompleted\"k\n\x08ShowNode\x12\x11\n\tnode_name\x18\x01 \x01(\t\x12\x0f\n\x07preview\x18\x02 \x01(\t\x12\x11\n\tis_inline\x18\x03 \x01(\x08\x12\x15\n\routput_format\x18\x04 \x01(\t\x12\x11\n\tunique_id\x18\x05 \x01(\t\"\\\n\x0bShowNodeMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12#\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x15.proto_types.ShowNode\"p\n\x0c\x43ompiledNode\x12\x11\n\tnode_name\x18\x01 \x01(\t\x12\x10\n\x08\x63ompiled\x18\x02 \x01(\t\x12\x11\n\tis_inline\x18\x03 \x01(\x08\x12\x15\n\routput_format\x18\x04 \x01(\t\x12\x11\n\tunique_id\x18\x05 \x01(\t\"d\n\x0f\x43ompiledNodeMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.CompiledNode\"b\n\x17\x43\x61tchableExceptionOnRun\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12\x0b\n\x03\x65xc\x18\x02 \x01(\t\x12\x10\n\x08\x65xc_info\x18\x03 \x01(\t\"z\n\x1a\x43\x61tchableExceptionOnRunMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.CatchableExceptionOnRun\"_\n\x12InternalErrorOnRun\x12\x12\n\nbuild_path\x18\x01 \x01(\t\x12\x0b\n\x03\x65xc\x18\x02 \x01(\t\x12(\n\tnode_info\x18\x03 \x01(\x0b\x32\x15.proto_types.NodeInfo\"p\n\x15InternalErrorOnRunMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.InternalErrorOnRun\"u\n\x15GenericExceptionOnRun\x12\x12\n\nbuild_path\x18\x01 \x01(\t\x12\x11\n\tunique_id\x18\x02 \x01(\t\x12\x0b\n\x03\x65xc\x18\x03 \x01(\t\x12(\n\tnode_info\x18\x04 \x01(\x0b\x32\x15.proto_types.NodeInfo\"v\n\x18GenericExceptionOnRunMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x30\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\".proto_types.GenericExceptionOnRun\"N\n\x1aNodeConnectionReleaseError\x12\x11\n\tnode_name\x18\x01 \x01(\t\x12\x0b\n\x03\x65xc\x18\x02 \x01(\t\x12\x10\n\x08\x65xc_info\x18\x03 \x01(\t\"\x80\x01\n\x1dNodeConnectionReleaseErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x35\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\'.proto_types.NodeConnectionReleaseError\"\x1f\n\nFoundStats\x12\x11\n\tstat_line\x18\x01 \x01(\t\"`\n\rFoundStatsMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12%\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x17.proto_types.FoundStats\"\x17\n\x15MainKeyboardInterrupt\"v\n\x18MainKeyboardInterruptMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x30\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\".proto_types.MainKeyboardInterrupt\"#\n\x14MainEncounteredError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"t\n\x17MainEncounteredErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.MainEncounteredError\"%\n\x0eMainStackTrace\x12\x13\n\x0bstack_trace\x18\x01 \x01(\t\"h\n\x11MainStackTraceMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.MainStackTrace\"p\n\x13TimingInfoCollected\x12(\n\tnode_info\x18\x01 \x01(\x0b\x32\x15.proto_types.NodeInfo\x12/\n\x0btiming_info\x18\x02 \x01(\x0b\x32\x1a.proto_types.TimingInfoMsg\"r\n\x16TimingInfoCollectedMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.TimingInfoCollected\"&\n\x12LogDebugStackTrace\x12\x10\n\x08\x65xc_info\x18\x01 \x01(\t\"p\n\x15LogDebugStackTraceMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.LogDebugStackTrace\"\x1e\n\x0e\x43heckCleanPath\x12\x0c\n\x04path\x18\x01 \x01(\t\"h\n\x11\x43heckCleanPathMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.CheckCleanPath\" \n\x10\x43onfirmCleanPath\x12\x0c\n\x04path\x18\x01 \x01(\t\"l\n\x13\x43onfirmCleanPathMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.ConfirmCleanPath\"\"\n\x12ProtectedCleanPath\x12\x0c\n\x04path\x18\x01 \x01(\t\"p\n\x15ProtectedCleanPathMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.ProtectedCleanPath\"\x14\n\x12\x46inishedCleanPaths\"p\n\x15\x46inishedCleanPathsMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.FinishedCleanPaths\"5\n\x0bOpenCommand\x12\x10\n\x08open_cmd\x18\x01 \x01(\t\x12\x14\n\x0cprofiles_dir\x18\x02 \x01(\t\"b\n\x0eOpenCommandMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12&\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x18.proto_types.OpenCommand\"0\n\x0fServingDocsPort\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\x05\"j\n\x12ServingDocsPortMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.ServingDocsPort\"%\n\x15ServingDocsAccessInfo\x12\x0c\n\x04port\x18\x01 \x01(\t\"v\n\x18ServingDocsAccessInfoMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x30\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\".proto_types.ServingDocsAccessInfo\"\x15\n\x13ServingDocsExitInfo\"r\n\x16ServingDocsExitInfoMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.ServingDocsExitInfo\"J\n\x10RunResultWarning\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x11\n\tnode_name\x18\x02 \x01(\t\x12\x0c\n\x04path\x18\x03 \x01(\t\"l\n\x13RunResultWarningMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.RunResultWarning\"J\n\x10RunResultFailure\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x11\n\tnode_name\x18\x02 \x01(\t\x12\x0c\n\x04path\x18\x03 \x01(\t\"l\n\x13RunResultFailureMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.RunResultFailure\"k\n\tStatsLine\x12\x30\n\x05stats\x18\x01 \x03(\x0b\x32!.proto_types.StatsLine.StatsEntry\x1a,\n\nStatsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\"^\n\x0cStatsLineMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12$\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x16.proto_types.StatsLine\"\x1d\n\x0eRunResultError\x12\x0b\n\x03msg\x18\x01 \x01(\t\"h\n\x11RunResultErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.RunResultError\")\n\x17RunResultErrorNoMessage\x12\x0e\n\x06status\x18\x01 \x01(\t\"z\n\x1aRunResultErrorNoMessageMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.RunResultErrorNoMessage\"\x1f\n\x0fSQLCompiledPath\x12\x0c\n\x04path\x18\x01 \x01(\t\"j\n\x12SQLCompiledPathMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.SQLCompiledPath\"-\n\x14\x43heckNodeTestFailure\x12\x15\n\rrelation_name\x18\x01 \x01(\t\"t\n\x17\x43heckNodeTestFailureMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.CheckNodeTestFailure\"W\n\x0f\x45ndOfRunSummary\x12\x12\n\nnum_errors\x18\x01 \x01(\x05\x12\x14\n\x0cnum_warnings\x18\x02 \x01(\x05\x12\x1a\n\x12keyboard_interrupt\x18\x03 \x01(\x08\"j\n\x12\x45ndOfRunSummaryMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.EndOfRunSummary\"U\n\x13LogSkipBecauseError\x12\x0e\n\x06schema\x18\x01 \x01(\t\x12\x10\n\x08relation\x18\x02 \x01(\t\x12\r\n\x05index\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"r\n\x16LogSkipBecauseErrorMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.LogSkipBecauseError\"\x14\n\x12\x45nsureGitInstalled\"p\n\x15\x45nsureGitInstalledMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.EnsureGitInstalled\"\x1a\n\x18\x44\x65psCreatingLocalSymlink\"|\n\x1b\x44\x65psCreatingLocalSymlinkMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x33\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32%.proto_types.DepsCreatingLocalSymlink\"\x19\n\x17\x44\x65psSymlinkNotAvailable\"z\n\x1a\x44\x65psSymlinkNotAvailableMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.DepsSymlinkNotAvailable\"\x11\n\x0f\x44isableTracking\"j\n\x12\x44isableTrackingMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.DisableTracking\"\x1e\n\x0cSendingEvent\x12\x0e\n\x06kwargs\x18\x01 \x01(\t\"d\n\x0fSendingEventMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.SendingEvent\"\x12\n\x10SendEventFailure\"l\n\x13SendEventFailureMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.SendEventFailure\"\r\n\x0b\x46lushEvents\"b\n\x0e\x46lushEventsMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12&\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x18.proto_types.FlushEvents\"\x14\n\x12\x46lushEventsFailure\"p\n\x15\x46lushEventsFailureMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.FlushEventsFailure\"-\n\x19TrackingInitializeFailure\x12\x10\n\x08\x65xc_info\x18\x01 \x01(\t\"~\n\x1cTrackingInitializeFailureMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x34\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32&.proto_types.TrackingInitializeFailure\"&\n\x17RunResultWarningMessage\x12\x0b\n\x03msg\x18\x01 \x01(\t\"z\n\x1aRunResultWarningMessageMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12\x32\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32$.proto_types.RunResultWarningMessage\"\x1a\n\x0b\x44\x65\x62ugCmdOut\x12\x0b\n\x03msg\x18\x01 \x01(\t\"b\n\x0e\x44\x65\x62ugCmdOutMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12&\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x18.proto_types.DebugCmdOut\"\x1d\n\x0e\x44\x65\x62ugCmdResult\x12\x0b\n\x03msg\x18\x01 \x01(\t\"h\n\x11\x44\x65\x62ugCmdResultMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.DebugCmdResult\"\x19\n\nListCmdOut\x12\x0b\n\x03msg\x18\x01 \x01(\t\"`\n\rListCmdOutMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12%\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x17.proto_types.ListCmdOut\"\xec\x01\n\x0eResourceReport\x12\x14\n\x0c\x63ommand_name\x18\x02 \x01(\t\x12\x17\n\x0f\x63ommand_success\x18\x03 \x01(\x08\x12\x1f\n\x17\x63ommand_wall_clock_time\x18\x04 \x01(\x02\x12\x19\n\x11process_user_time\x18\x05 \x01(\x02\x12\x1b\n\x13process_kernel_time\x18\x06 \x01(\x02\x12\x1b\n\x13process_mem_max_rss\x18\x07 \x01(\x03\x12\x19\n\x11process_in_blocks\x18\x08 \x01(\x03\x12\x1a\n\x12process_out_blocks\x18\t \x01(\x03\"h\n\x11ResourceReportMsg\x12(\n\x04info\x18\x01 \x01(\x0b\x32\x1a.proto_types.CoreEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.ResourceReportb\x06proto3') -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'core_types_pb2', globals()) +_globals = globals() +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'core_types_pb2', _globals) if _descriptor._USE_C_DESCRIPTORS == False: - DESCRIPTOR._options = None - _COREEVENTINFO_EXTRAENTRY._options = None - _COREEVENTINFO_EXTRAENTRY._serialized_options = b'8\001' - _MAINREPORTARGS_ARGSENTRY._options = None - _MAINREPORTARGS_ARGSENTRY._serialized_options = b'8\001' - _PARTIALPARSINGERROR_EXCINFOENTRY._options = None - _PARTIALPARSINGERROR_EXCINFOENTRY._serialized_options = b'8\001' - _DEPSFOUNDDUPLICATEPACKAGE_REMOVEDPACKAGEENTRY._options = None - _DEPSFOUNDDUPLICATEPACKAGE_REMOVEDPACKAGEENTRY._serialized_options = b'8\001' - _LOGSNAPSHOTRESULT_CFGENTRY._options = None - _LOGSNAPSHOTRESULT_CFGENTRY._serialized_options = b'8\001' - _STATSLINE_STATSENTRY._options = None - _STATSLINE_STATSENTRY._serialized_options = b'8\001' - _COREEVENTINFO._serialized_start=97 - _COREEVENTINFO._serialized_end=378 - _COREEVENTINFO_EXTRAENTRY._serialized_start=334 - _COREEVENTINFO_EXTRAENTRY._serialized_end=378 - _NODERELATION._serialized_start=380 - _NODERELATION._serialized_end=466 - _NODEINFO._serialized_start=469 - _NODEINFO._serialized_end=742 - _TIMINGINFOMSG._serialized_start=744 - _TIMINGINFOMSG._serialized_end=871 - _RUNRESULTMSG._serialized_start=874 - _RUNRESULTMSG._serialized_end=1083 - _COLUMNTYPE._serialized_start=1085 - _COLUMNTYPE._serialized_end=1177 - _COLUMNCONSTRAINT._serialized_start=1179 - _COLUMNCONSTRAINT._serialized_end=1268 - _MODELCONSTRAINT._serialized_start=1270 - _MODELCONSTRAINT._serialized_end=1354 - _MAINREPORTVERSION._serialized_start=1356 - _MAINREPORTVERSION._serialized_end=1413 - _MAINREPORTVERSIONMSG._serialized_start=1415 - _MAINREPORTVERSIONMSG._serialized_end=1525 - _MAINREPORTARGS._serialized_start=1527 - _MAINREPORTARGS._serialized_end=1641 - _MAINREPORTARGS_ARGSENTRY._serialized_start=1598 - _MAINREPORTARGS_ARGSENTRY._serialized_end=1641 - _MAINREPORTARGSMSG._serialized_start=1643 - _MAINREPORTARGSMSG._serialized_end=1747 - _MAINTRACKINGUSERSTATE._serialized_start=1749 - _MAINTRACKINGUSERSTATE._serialized_end=1792 - _MAINTRACKINGUSERSTATEMSG._serialized_start=1794 - _MAINTRACKINGUSERSTATEMSG._serialized_end=1912 - _MERGEDFROMSTATE._serialized_start=1914 - _MERGEDFROMSTATE._serialized_end=1967 - _MERGEDFROMSTATEMSG._serialized_start=1969 - _MERGEDFROMSTATEMSG._serialized_end=2075 - _MISSINGPROFILETARGET._serialized_start=2077 - _MISSINGPROFILETARGET._serialized_end=2142 - _MISSINGPROFILETARGETMSG._serialized_start=2144 - _MISSINGPROFILETARGETMSG._serialized_end=2260 - _INVALIDOPTIONYAML._serialized_start=2262 - _INVALIDOPTIONYAML._serialized_end=2302 - _INVALIDOPTIONYAMLMSG._serialized_start=2304 - _INVALIDOPTIONYAMLMSG._serialized_end=2414 - _LOGDBTPROJECTERROR._serialized_start=2416 - _LOGDBTPROJECTERROR._serialized_end=2449 - _LOGDBTPROJECTERRORMSG._serialized_start=2451 - _LOGDBTPROJECTERRORMSG._serialized_end=2563 - _LOGDBTPROFILEERROR._serialized_start=2565 - _LOGDBTPROFILEERROR._serialized_end=2616 - _LOGDBTPROFILEERRORMSG._serialized_start=2618 - _LOGDBTPROFILEERRORMSG._serialized_end=2730 - _STARTERPROJECTPATH._serialized_start=2732 - _STARTERPROJECTPATH._serialized_end=2765 - _STARTERPROJECTPATHMSG._serialized_start=2767 - _STARTERPROJECTPATHMSG._serialized_end=2879 - _CONFIGFOLDERDIRECTORY._serialized_start=2881 - _CONFIGFOLDERDIRECTORY._serialized_end=2917 - _CONFIGFOLDERDIRECTORYMSG._serialized_start=2919 - _CONFIGFOLDERDIRECTORYMSG._serialized_end=3037 - _NOSAMPLEPROFILEFOUND._serialized_start=3039 - _NOSAMPLEPROFILEFOUND._serialized_end=3078 - _NOSAMPLEPROFILEFOUNDMSG._serialized_start=3080 - _NOSAMPLEPROFILEFOUNDMSG._serialized_end=3196 - _PROFILEWRITTENWITHSAMPLE._serialized_start=3198 - _PROFILEWRITTENWITHSAMPLE._serialized_end=3252 - _PROFILEWRITTENWITHSAMPLEMSG._serialized_start=3254 - _PROFILEWRITTENWITHSAMPLEMSG._serialized_end=3378 - _PROFILEWRITTENWITHTARGETTEMPLATEYAML._serialized_start=3380 - _PROFILEWRITTENWITHTARGETTEMPLATEYAML._serialized_end=3446 - _PROFILEWRITTENWITHTARGETTEMPLATEYAMLMSG._serialized_start=3449 - _PROFILEWRITTENWITHTARGETTEMPLATEYAMLMSG._serialized_end=3597 - _PROFILEWRITTENWITHPROJECTTEMPLATEYAML._serialized_start=3599 - _PROFILEWRITTENWITHPROJECTTEMPLATEYAML._serialized_end=3666 - _PROFILEWRITTENWITHPROJECTTEMPLATEYAMLMSG._serialized_start=3669 - _PROFILEWRITTENWITHPROJECTTEMPLATEYAMLMSG._serialized_end=3819 - _SETTINGUPPROFILE._serialized_start=3821 - _SETTINGUPPROFILE._serialized_end=3839 - _SETTINGUPPROFILEMSG._serialized_start=3841 - _SETTINGUPPROFILEMSG._serialized_end=3949 - _INVALIDPROFILETEMPLATEYAML._serialized_start=3951 - _INVALIDPROFILETEMPLATEYAML._serialized_end=3979 - _INVALIDPROFILETEMPLATEYAMLMSG._serialized_start=3982 - _INVALIDPROFILETEMPLATEYAMLMSG._serialized_end=4110 - _PROJECTNAMEALREADYEXISTS._serialized_start=4112 - _PROJECTNAMEALREADYEXISTS._serialized_end=4152 - _PROJECTNAMEALREADYEXISTSMSG._serialized_start=4154 - _PROJECTNAMEALREADYEXISTSMSG._serialized_end=4278 - _PROJECTCREATED._serialized_start=4280 - _PROJECTCREATED._serialized_end=4355 - _PROJECTCREATEDMSG._serialized_start=4357 - _PROJECTCREATEDMSG._serialized_end=4461 - _PACKAGEREDIRECTDEPRECATION._serialized_start=4463 - _PACKAGEREDIRECTDEPRECATION._serialized_end=4527 - _PACKAGEREDIRECTDEPRECATIONMSG._serialized_start=4530 - _PACKAGEREDIRECTDEPRECATIONMSG._serialized_end=4658 - _PACKAGEINSTALLPATHDEPRECATION._serialized_start=4660 - _PACKAGEINSTALLPATHDEPRECATION._serialized_end=4691 - _PACKAGEINSTALLPATHDEPRECATIONMSG._serialized_start=4694 - _PACKAGEINSTALLPATHDEPRECATIONMSG._serialized_end=4828 - _CONFIGSOURCEPATHDEPRECATION._serialized_start=4830 - _CONFIGSOURCEPATHDEPRECATION._serialized_end=4902 - _CONFIGSOURCEPATHDEPRECATIONMSG._serialized_start=4905 - _CONFIGSOURCEPATHDEPRECATIONMSG._serialized_end=5035 - _CONFIGDATAPATHDEPRECATION._serialized_start=5037 - _CONFIGDATAPATHDEPRECATION._serialized_end=5107 - _CONFIGDATAPATHDEPRECATIONMSG._serialized_start=5109 - _CONFIGDATAPATHDEPRECATIONMSG._serialized_end=5235 - _METRICATTRIBUTESRENAMED._serialized_start=5237 - _METRICATTRIBUTESRENAMED._serialized_end=5283 - _METRICATTRIBUTESRENAMEDMSG._serialized_start=5285 - _METRICATTRIBUTESRENAMEDMSG._serialized_end=5407 - _EXPOSURENAMEDEPRECATION._serialized_start=5409 - _EXPOSURENAMEDEPRECATION._serialized_end=5452 - _EXPOSURENAMEDEPRECATIONMSG._serialized_start=5454 - _EXPOSURENAMEDEPRECATIONMSG._serialized_end=5576 - _INTERNALDEPRECATION._serialized_start=5578 - _INTERNALDEPRECATION._serialized_end=5672 - _INTERNALDEPRECATIONMSG._serialized_start=5674 - _INTERNALDEPRECATIONMSG._serialized_end=5788 - _ENVIRONMENTVARIABLERENAMED._serialized_start=5790 - _ENVIRONMENTVARIABLERENAMED._serialized_end=5854 - _ENVIRONMENTVARIABLERENAMEDMSG._serialized_start=5857 - _ENVIRONMENTVARIABLERENAMEDMSG._serialized_end=5985 - _CONFIGLOGPATHDEPRECATION._serialized_start=5987 - _CONFIGLOGPATHDEPRECATION._serialized_end=6038 - _CONFIGLOGPATHDEPRECATIONMSG._serialized_start=6040 - _CONFIGLOGPATHDEPRECATIONMSG._serialized_end=6164 - _CONFIGTARGETPATHDEPRECATION._serialized_start=6166 - _CONFIGTARGETPATHDEPRECATION._serialized_end=6220 - _CONFIGTARGETPATHDEPRECATIONMSG._serialized_start=6223 - _CONFIGTARGETPATHDEPRECATIONMSG._serialized_end=6353 - _TESTSCONFIGDEPRECATION._serialized_start=6355 - _TESTSCONFIGDEPRECATION._serialized_end=6422 - _TESTSCONFIGDEPRECATIONMSG._serialized_start=6424 - _TESTSCONFIGDEPRECATIONMSG._serialized_end=6544 - _PROJECTFLAGSMOVEDDEPRECATION._serialized_start=6546 - _PROJECTFLAGSMOVEDDEPRECATION._serialized_end=6576 - _PROJECTFLAGSMOVEDDEPRECATIONMSG._serialized_start=6579 - _PROJECTFLAGSMOVEDDEPRECATIONMSG._serialized_end=6711 - _DEPRECATEDMODEL._serialized_start=6713 - _DEPRECATEDMODEL._serialized_end=6799 - _DEPRECATEDMODELMSG._serialized_start=6801 - _DEPRECATEDMODELMSG._serialized_end=6907 - _INPUTFILEDIFFERROR._serialized_start=6909 - _INPUTFILEDIFFERROR._serialized_end=6964 - _INPUTFILEDIFFERRORMSG._serialized_start=6966 - _INPUTFILEDIFFERRORMSG._serialized_end=7078 - _INVALIDVALUEFORFIELD._serialized_start=7080 - _INVALIDVALUEFORFIELD._serialized_end=7143 - _INVALIDVALUEFORFIELDMSG._serialized_start=7145 - _INVALIDVALUEFORFIELDMSG._serialized_end=7261 - _VALIDATIONWARNING._serialized_start=7263 - _VALIDATIONWARNING._serialized_end=7344 - _VALIDATIONWARNINGMSG._serialized_start=7346 - _VALIDATIONWARNINGMSG._serialized_end=7456 - _PARSEPERFINFOPATH._serialized_start=7458 - _PARSEPERFINFOPATH._serialized_end=7491 - _PARSEPERFINFOPATHMSG._serialized_start=7493 - _PARSEPERFINFOPATHMSG._serialized_end=7603 - _PARTIALPARSINGERRORPROCESSINGFILE._serialized_start=7605 - _PARTIALPARSINGERRORPROCESSINGFILE._serialized_end=7654 - _PARTIALPARSINGERRORPROCESSINGFILEMSG._serialized_start=7657 - _PARTIALPARSINGERRORPROCESSINGFILEMSG._serialized_end=7799 - _PARTIALPARSINGERROR._serialized_start=7802 - _PARTIALPARSINGERROR._serialized_end=7936 - _PARTIALPARSINGERROR_EXCINFOENTRY._serialized_start=7890 - _PARTIALPARSINGERROR_EXCINFOENTRY._serialized_end=7936 - _PARTIALPARSINGERRORMSG._serialized_start=7938 - _PARTIALPARSINGERRORMSG._serialized_end=8052 - _PARTIALPARSINGSKIPPARSING._serialized_start=8054 - _PARTIALPARSINGSKIPPARSING._serialized_end=8081 - _PARTIALPARSINGSKIPPARSINGMSG._serialized_start=8083 - _PARTIALPARSINGSKIPPARSINGMSG._serialized_end=8209 - _UNABLETOPARTIALPARSE._serialized_start=8211 - _UNABLETOPARTIALPARSE._serialized_end=8249 - _UNABLETOPARTIALPARSEMSG._serialized_start=8251 - _UNABLETOPARTIALPARSEMSG._serialized_end=8367 - _STATECHECKVARSHASH._serialized_start=8369 - _STATECHECKVARSHASH._serialized_end=8471 - _STATECHECKVARSHASHMSG._serialized_start=8473 - _STATECHECKVARSHASHMSG._serialized_end=8585 - _PARTIALPARSINGNOTENABLED._serialized_start=8587 - _PARTIALPARSINGNOTENABLED._serialized_end=8613 - _PARTIALPARSINGNOTENABLEDMSG._serialized_start=8615 - _PARTIALPARSINGNOTENABLEDMSG._serialized_end=8739 - _PARSEDFILELOADFAILED._serialized_start=8741 - _PARSEDFILELOADFAILED._serialized_end=8808 - _PARSEDFILELOADFAILEDMSG._serialized_start=8810 - _PARSEDFILELOADFAILEDMSG._serialized_end=8926 - _PARTIALPARSINGENABLED._serialized_start=8928 - _PARTIALPARSINGENABLED._serialized_end=9000 - _PARTIALPARSINGENABLEDMSG._serialized_start=9002 - _PARTIALPARSINGENABLEDMSG._serialized_end=9120 - _PARTIALPARSINGFILE._serialized_start=9122 - _PARTIALPARSINGFILE._serialized_end=9178 - _PARTIALPARSINGFILEMSG._serialized_start=9180 - _PARTIALPARSINGFILEMSG._serialized_end=9292 - _INVALIDDISABLEDTARGETINTESTNODE._serialized_start=9295 - _INVALIDDISABLEDTARGETINTESTNODE._serialized_end=9470 - _INVALIDDISABLEDTARGETINTESTNODEMSG._serialized_start=9473 - _INVALIDDISABLEDTARGETINTESTNODEMSG._serialized_end=9611 - _UNUSEDRESOURCECONFIGPATH._serialized_start=9613 - _UNUSEDRESOURCECONFIGPATH._serialized_end=9668 - _UNUSEDRESOURCECONFIGPATHMSG._serialized_start=9670 - _UNUSEDRESOURCECONFIGPATHMSG._serialized_end=9794 - _SEEDINCREASED._serialized_start=9796 - _SEEDINCREASED._serialized_end=9847 - _SEEDINCREASEDMSG._serialized_start=9849 - _SEEDINCREASEDMSG._serialized_end=9951 - _SEEDEXCEEDSLIMITSAMEPATH._serialized_start=9953 - _SEEDEXCEEDSLIMITSAMEPATH._serialized_end=10015 - _SEEDEXCEEDSLIMITSAMEPATHMSG._serialized_start=10017 - _SEEDEXCEEDSLIMITSAMEPATHMSG._serialized_end=10141 - _SEEDEXCEEDSLIMITANDPATHCHANGED._serialized_start=10143 - _SEEDEXCEEDSLIMITANDPATHCHANGED._serialized_end=10211 - _SEEDEXCEEDSLIMITANDPATHCHANGEDMSG._serialized_start=10214 - _SEEDEXCEEDSLIMITANDPATHCHANGEDMSG._serialized_end=10350 - _SEEDEXCEEDSLIMITCHECKSUMCHANGED._serialized_start=10352 - _SEEDEXCEEDSLIMITCHECKSUMCHANGED._serialized_end=10444 - _SEEDEXCEEDSLIMITCHECKSUMCHANGEDMSG._serialized_start=10447 - _SEEDEXCEEDSLIMITCHECKSUMCHANGEDMSG._serialized_end=10585 - _UNUSEDTABLES._serialized_start=10587 - _UNUSEDTABLES._serialized_end=10624 - _UNUSEDTABLESMSG._serialized_start=10626 - _UNUSEDTABLESMSG._serialized_end=10726 - _WRONGRESOURCESCHEMAFILE._serialized_start=10729 - _WRONGRESOURCESCHEMAFILE._serialized_end=10864 - _WRONGRESOURCESCHEMAFILEMSG._serialized_start=10866 - _WRONGRESOURCESCHEMAFILEMSG._serialized_end=10988 - _NONODEFORYAMLKEY._serialized_start=10990 - _NONODEFORYAMLKEY._serialized_end=11065 - _NONODEFORYAMLKEYMSG._serialized_start=11067 - _NONODEFORYAMLKEYMSG._serialized_end=11175 - _MACRONOTFOUNDFORPATCH._serialized_start=11177 - _MACRONOTFOUNDFORPATCH._serialized_end=11220 - _MACRONOTFOUNDFORPATCHMSG._serialized_start=11222 - _MACRONOTFOUNDFORPATCHMSG._serialized_end=11340 - _NODENOTFOUNDORDISABLED._serialized_start=11343 - _NODENOTFOUNDORDISABLED._serialized_end=11527 - _NODENOTFOUNDORDISABLEDMSG._serialized_start=11529 - _NODENOTFOUNDORDISABLEDMSG._serialized_end=11649 - _JINJALOGWARNING._serialized_start=11651 - _JINJALOGWARNING._serialized_end=11723 - _JINJALOGWARNINGMSG._serialized_start=11725 - _JINJALOGWARNINGMSG._serialized_end=11831 - _JINJALOGINFO._serialized_start=11833 - _JINJALOGINFO._serialized_end=11902 - _JINJALOGINFOMSG._serialized_start=11904 - _JINJALOGINFOMSG._serialized_end=12004 - _JINJALOGDEBUG._serialized_start=12006 - _JINJALOGDEBUG._serialized_end=12076 - _JINJALOGDEBUGMSG._serialized_start=12078 - _JINJALOGDEBUGMSG._serialized_end=12180 - _UNPINNEDREFNEWVERSIONAVAILABLE._serialized_start=12183 - _UNPINNEDREFNEWVERSIONAVAILABLE._serialized_end=12357 - _UNPINNEDREFNEWVERSIONAVAILABLEMSG._serialized_start=12360 - _UNPINNEDREFNEWVERSIONAVAILABLEMSG._serialized_end=12496 - _UPCOMINGREFERENCEDEPRECATION._serialized_start=12499 - _UPCOMINGREFERENCEDEPRECATION._serialized_end=12697 - _UPCOMINGREFERENCEDEPRECATIONMSG._serialized_start=12700 - _UPCOMINGREFERENCEDEPRECATIONMSG._serialized_end=12832 - _DEPRECATEDREFERENCE._serialized_start=12835 - _DEPRECATEDREFERENCE._serialized_end=13024 - _DEPRECATEDREFERENCEMSG._serialized_start=13026 - _DEPRECATEDREFERENCEMSG._serialized_end=13140 - _UNSUPPORTEDCONSTRAINTMATERIALIZATION._serialized_start=13142 - _UNSUPPORTEDCONSTRAINTMATERIALIZATION._serialized_end=13202 - _UNSUPPORTEDCONSTRAINTMATERIALIZATIONMSG._serialized_start=13205 - _UNSUPPORTEDCONSTRAINTMATERIALIZATIONMSG._serialized_end=13353 - _PARSEINLINENODEERROR._serialized_start=13355 - _PARSEINLINENODEERROR._serialized_end=13432 - _PARSEINLINENODEERRORMSG._serialized_start=13434 - _PARSEINLINENODEERRORMSG._serialized_end=13550 - _SEMANTICVALIDATIONFAILURE._serialized_start=13552 - _SEMANTICVALIDATIONFAILURE._serialized_end=13592 - _SEMANTICVALIDATIONFAILUREMSG._serialized_start=13594 - _SEMANTICVALIDATIONFAILUREMSG._serialized_end=13720 - _UNVERSIONEDBREAKINGCHANGE._serialized_start=13723 - _UNVERSIONEDBREAKINGCHANGE._serialized_end=14117 - _UNVERSIONEDBREAKINGCHANGEMSG._serialized_start=14119 - _UNVERSIONEDBREAKINGCHANGEMSG._serialized_end=14245 - _WARNSTATETARGETEQUAL._serialized_start=14247 - _WARNSTATETARGETEQUAL._serialized_end=14289 - _WARNSTATETARGETEQUALMSG._serialized_start=14291 - _WARNSTATETARGETEQUALMSG._serialized_end=14407 - _FRESHNESSCONFIGPROBLEM._serialized_start=14409 - _FRESHNESSCONFIGPROBLEM._serialized_end=14446 - _FRESHNESSCONFIGPROBLEMMSG._serialized_start=14448 - _FRESHNESSCONFIGPROBLEMMSG._serialized_end=14568 - _GITSPARSECHECKOUTSUBDIRECTORY._serialized_start=14570 - _GITSPARSECHECKOUTSUBDIRECTORY._serialized_end=14617 - _GITSPARSECHECKOUTSUBDIRECTORYMSG._serialized_start=14620 - _GITSPARSECHECKOUTSUBDIRECTORYMSG._serialized_end=14754 - _GITPROGRESSCHECKOUTREVISION._serialized_start=14756 - _GITPROGRESSCHECKOUTREVISION._serialized_end=14803 - _GITPROGRESSCHECKOUTREVISIONMSG._serialized_start=14806 - _GITPROGRESSCHECKOUTREVISIONMSG._serialized_end=14936 - _GITPROGRESSUPDATINGEXISTINGDEPENDENCY._serialized_start=14938 - _GITPROGRESSUPDATINGEXISTINGDEPENDENCY._serialized_end=14990 - _GITPROGRESSUPDATINGEXISTINGDEPENDENCYMSG._serialized_start=14993 - _GITPROGRESSUPDATINGEXISTINGDEPENDENCYMSG._serialized_end=15143 - _GITPROGRESSPULLINGNEWDEPENDENCY._serialized_start=15145 - _GITPROGRESSPULLINGNEWDEPENDENCY._serialized_end=15191 - _GITPROGRESSPULLINGNEWDEPENDENCYMSG._serialized_start=15194 - _GITPROGRESSPULLINGNEWDEPENDENCYMSG._serialized_end=15332 - _GITNOTHINGTODO._serialized_start=15334 - _GITNOTHINGTODO._serialized_end=15363 - _GITNOTHINGTODOMSG._serialized_start=15365 - _GITNOTHINGTODOMSG._serialized_end=15469 - _GITPROGRESSUPDATEDCHECKOUTRANGE._serialized_start=15471 - _GITPROGRESSUPDATEDCHECKOUTRANGE._serialized_end=15540 - _GITPROGRESSUPDATEDCHECKOUTRANGEMSG._serialized_start=15543 - _GITPROGRESSUPDATEDCHECKOUTRANGEMSG._serialized_end=15681 - _GITPROGRESSCHECKEDOUTAT._serialized_start=15683 - _GITPROGRESSCHECKEDOUTAT._serialized_end=15725 - _GITPROGRESSCHECKEDOUTATMSG._serialized_start=15727 - _GITPROGRESSCHECKEDOUTATMSG._serialized_end=15849 - _REGISTRYPROGRESSGETREQUEST._serialized_start=15851 - _REGISTRYPROGRESSGETREQUEST._serialized_end=15892 - _REGISTRYPROGRESSGETREQUESTMSG._serialized_start=15895 - _REGISTRYPROGRESSGETREQUESTMSG._serialized_end=16023 - _REGISTRYPROGRESSGETRESPONSE._serialized_start=16025 - _REGISTRYPROGRESSGETRESPONSE._serialized_end=16086 - _REGISTRYPROGRESSGETRESPONSEMSG._serialized_start=16089 - _REGISTRYPROGRESSGETRESPONSEMSG._serialized_end=16219 - _SELECTORREPORTINVALIDSELECTOR._serialized_start=16221 - _SELECTORREPORTINVALIDSELECTOR._serialized_end=16316 - _SELECTORREPORTINVALIDSELECTORMSG._serialized_start=16319 - _SELECTORREPORTINVALIDSELECTORMSG._serialized_end=16453 - _DEPSNOPACKAGESFOUND._serialized_start=16455 - _DEPSNOPACKAGESFOUND._serialized_end=16476 - _DEPSNOPACKAGESFOUNDMSG._serialized_start=16478 - _DEPSNOPACKAGESFOUNDMSG._serialized_end=16592 - _DEPSSTARTPACKAGEINSTALL._serialized_start=16594 - _DEPSSTARTPACKAGEINSTALL._serialized_end=16641 - _DEPSSTARTPACKAGEINSTALLMSG._serialized_start=16643 - _DEPSSTARTPACKAGEINSTALLMSG._serialized_end=16765 - _DEPSINSTALLINFO._serialized_start=16767 - _DEPSINSTALLINFO._serialized_end=16806 - _DEPSINSTALLINFOMSG._serialized_start=16808 - _DEPSINSTALLINFOMSG._serialized_end=16914 - _DEPSUPDATEAVAILABLE._serialized_start=16916 - _DEPSUPDATEAVAILABLE._serialized_end=16961 - _DEPSUPDATEAVAILABLEMSG._serialized_start=16963 - _DEPSUPDATEAVAILABLEMSG._serialized_end=17077 - _DEPSUPTODATE._serialized_start=17079 - _DEPSUPTODATE._serialized_end=17093 - _DEPSUPTODATEMSG._serialized_start=17095 - _DEPSUPTODATEMSG._serialized_end=17195 - _DEPSLISTSUBDIRECTORY._serialized_start=17197 - _DEPSLISTSUBDIRECTORY._serialized_end=17241 - _DEPSLISTSUBDIRECTORYMSG._serialized_start=17243 - _DEPSLISTSUBDIRECTORYMSG._serialized_end=17359 - _DEPSNOTIFYUPDATESAVAILABLE._serialized_start=17361 - _DEPSNOTIFYUPDATESAVAILABLE._serialized_end=17407 - _DEPSNOTIFYUPDATESAVAILABLEMSG._serialized_start=17410 - _DEPSNOTIFYUPDATESAVAILABLEMSG._serialized_end=17538 - _REGISTRYINDEXPROGRESSGETREQUEST._serialized_start=17540 - _REGISTRYINDEXPROGRESSGETREQUEST._serialized_end=17586 - _REGISTRYINDEXPROGRESSGETREQUESTMSG._serialized_start=17589 - _REGISTRYINDEXPROGRESSGETREQUESTMSG._serialized_end=17727 - _REGISTRYINDEXPROGRESSGETRESPONSE._serialized_start=17729 - _REGISTRYINDEXPROGRESSGETRESPONSE._serialized_end=17795 - _REGISTRYINDEXPROGRESSGETRESPONSEMSG._serialized_start=17798 - _REGISTRYINDEXPROGRESSGETRESPONSEMSG._serialized_end=17938 - _REGISTRYRESPONSEUNEXPECTEDTYPE._serialized_start=17940 - _REGISTRYRESPONSEUNEXPECTEDTYPE._serialized_end=17990 - _REGISTRYRESPONSEUNEXPECTEDTYPEMSG._serialized_start=17993 - _REGISTRYRESPONSEUNEXPECTEDTYPEMSG._serialized_end=18129 - _REGISTRYRESPONSEMISSINGTOPKEYS._serialized_start=18131 - _REGISTRYRESPONSEMISSINGTOPKEYS._serialized_end=18181 - _REGISTRYRESPONSEMISSINGTOPKEYSMSG._serialized_start=18184 - _REGISTRYRESPONSEMISSINGTOPKEYSMSG._serialized_end=18320 - _REGISTRYRESPONSEMISSINGNESTEDKEYS._serialized_start=18322 - _REGISTRYRESPONSEMISSINGNESTEDKEYS._serialized_end=18375 - _REGISTRYRESPONSEMISSINGNESTEDKEYSMSG._serialized_start=18378 - _REGISTRYRESPONSEMISSINGNESTEDKEYSMSG._serialized_end=18520 - _REGISTRYRESPONSEEXTRANESTEDKEYS._serialized_start=18522 - _REGISTRYRESPONSEEXTRANESTEDKEYS._serialized_end=18573 - _REGISTRYRESPONSEEXTRANESTEDKEYSMSG._serialized_start=18576 - _REGISTRYRESPONSEEXTRANESTEDKEYSMSG._serialized_end=18714 - _DEPSSETDOWNLOADDIRECTORY._serialized_start=18716 - _DEPSSETDOWNLOADDIRECTORY._serialized_end=18756 - _DEPSSETDOWNLOADDIRECTORYMSG._serialized_start=18758 - _DEPSSETDOWNLOADDIRECTORYMSG._serialized_end=18882 - _DEPSUNPINNED._serialized_start=18884 - _DEPSUNPINNED._serialized_end=18929 - _DEPSUNPINNEDMSG._serialized_start=18931 - _DEPSUNPINNEDMSG._serialized_end=19031 - _NONODESFORSELECTIONCRITERIA._serialized_start=19033 - _NONODESFORSELECTIONCRITERIA._serialized_end=19080 - _NONODESFORSELECTIONCRITERIAMSG._serialized_start=19083 - _NONODESFORSELECTIONCRITERIAMSG._serialized_end=19213 - _DEPSLOCKUPDATING._serialized_start=19215 - _DEPSLOCKUPDATING._serialized_end=19256 - _DEPSLOCKUPDATINGMSG._serialized_start=19258 - _DEPSLOCKUPDATINGMSG._serialized_end=19366 - _DEPSADDPACKAGE._serialized_start=19368 - _DEPSADDPACKAGE._serialized_end=19450 - _DEPSADDPACKAGEMSG._serialized_start=19452 - _DEPSADDPACKAGEMSG._serialized_end=19556 - _DEPSFOUNDDUPLICATEPACKAGE._serialized_start=19559 - _DEPSFOUNDDUPLICATEPACKAGE._serialized_end=19726 - _DEPSFOUNDDUPLICATEPACKAGE_REMOVEDPACKAGEENTRY._serialized_start=19673 - _DEPSFOUNDDUPLICATEPACKAGE_REMOVEDPACKAGEENTRY._serialized_end=19726 - _DEPSFOUNDDUPLICATEPACKAGEMSG._serialized_start=19728 - _DEPSFOUNDDUPLICATEPACKAGEMSG._serialized_end=19854 - _DEPSVERSIONMISSING._serialized_start=19856 - _DEPSVERSIONMISSING._serialized_end=19892 - _DEPSVERSIONMISSINGMSG._serialized_start=19894 - _DEPSVERSIONMISSINGMSG._serialized_end=20006 - _DEPSSCRUBBEDPACKAGENAME._serialized_start=20008 - _DEPSSCRUBBEDPACKAGENAME._serialized_end=20055 - _DEPSSCRUBBEDPACKAGENAMEMSG._serialized_start=20057 - _DEPSSCRUBBEDPACKAGENAMEMSG._serialized_end=20179 - _RUNNINGOPERATIONCAUGHTERROR._serialized_start=20181 - _RUNNINGOPERATIONCAUGHTERROR._serialized_end=20223 - _RUNNINGOPERATIONCAUGHTERRORMSG._serialized_start=20226 - _RUNNINGOPERATIONCAUGHTERRORMSG._serialized_end=20356 - _COMPILECOMPLETE._serialized_start=20358 - _COMPILECOMPLETE._serialized_end=20375 - _COMPILECOMPLETEMSG._serialized_start=20377 - _COMPILECOMPLETEMSG._serialized_end=20483 - _FRESHNESSCHECKCOMPLETE._serialized_start=20485 - _FRESHNESSCHECKCOMPLETE._serialized_end=20509 - _FRESHNESSCHECKCOMPLETEMSG._serialized_start=20511 - _FRESHNESSCHECKCOMPLETEMSG._serialized_end=20631 - _SEEDHEADER._serialized_start=20633 - _SEEDHEADER._serialized_end=20661 - _SEEDHEADERMSG._serialized_start=20663 - _SEEDHEADERMSG._serialized_end=20759 - _SQLRUNNEREXCEPTION._serialized_start=20761 - _SQLRUNNEREXCEPTION._serialized_end=20854 - _SQLRUNNEREXCEPTIONMSG._serialized_start=20856 - _SQLRUNNEREXCEPTIONMSG._serialized_end=20968 - _LOGTESTRESULT._serialized_start=20971 - _LOGTESTRESULT._serialized_end=21139 - _LOGTESTRESULTMSG._serialized_start=21141 - _LOGTESTRESULTMSG._serialized_end=21243 - _LOGSTARTLINE._serialized_start=21245 - _LOGSTARTLINE._serialized_end=21352 - _LOGSTARTLINEMSG._serialized_start=21354 - _LOGSTARTLINEMSG._serialized_end=21454 - _LOGMODELRESULT._serialized_start=21457 - _LOGMODELRESULT._serialized_end=21606 - _LOGMODELRESULTMSG._serialized_start=21608 - _LOGMODELRESULTMSG._serialized_end=21712 - _LOGSNAPSHOTRESULT._serialized_start=21715 - _LOGSNAPSHOTRESULT._serialized_end=21989 - _LOGSNAPSHOTRESULT_CFGENTRY._serialized_start=21947 - _LOGSNAPSHOTRESULT_CFGENTRY._serialized_end=21989 - _LOGSNAPSHOTRESULTMSG._serialized_start=21991 - _LOGSNAPSHOTRESULTMSG._serialized_end=22101 - _LOGSEEDRESULT._serialized_start=22104 - _LOGSEEDRESULT._serialized_end=22289 - _LOGSEEDRESULTMSG._serialized_start=22291 - _LOGSEEDRESULTMSG._serialized_end=22393 - _LOGFRESHNESSRESULT._serialized_start=22396 - _LOGFRESHNESSRESULT._serialized_end=22569 - _LOGFRESHNESSRESULTMSG._serialized_start=22571 - _LOGFRESHNESSRESULTMSG._serialized_end=22683 - _LOGCANCELLINE._serialized_start=22685 - _LOGCANCELLINE._serialized_end=22719 - _LOGCANCELLINEMSG._serialized_start=22721 - _LOGCANCELLINEMSG._serialized_end=22823 - _DEFAULTSELECTOR._serialized_start=22825 - _DEFAULTSELECTOR._serialized_end=22856 - _DEFAULTSELECTORMSG._serialized_start=22858 - _DEFAULTSELECTORMSG._serialized_end=22964 - _NODESTART._serialized_start=22966 - _NODESTART._serialized_end=23019 - _NODESTARTMSG._serialized_start=23021 - _NODESTARTMSG._serialized_end=23115 - _NODEFINISHED._serialized_start=23117 - _NODEFINISHED._serialized_end=23220 - _NODEFINISHEDMSG._serialized_start=23222 - _NODEFINISHEDMSG._serialized_end=23322 - _QUERYCANCELATIONUNSUPPORTED._serialized_start=23324 - _QUERYCANCELATIONUNSUPPORTED._serialized_end=23367 - _QUERYCANCELATIONUNSUPPORTEDMSG._serialized_start=23370 - _QUERYCANCELATIONUNSUPPORTEDMSG._serialized_end=23500 - _CONCURRENCYLINE._serialized_start=23502 - _CONCURRENCYLINE._serialized_end=23581 - _CONCURRENCYLINEMSG._serialized_start=23583 - _CONCURRENCYLINEMSG._serialized_end=23689 - _WRITINGINJECTEDSQLFORNODE._serialized_start=23691 - _WRITINGINJECTEDSQLFORNODE._serialized_end=23760 - _WRITINGINJECTEDSQLFORNODEMSG._serialized_start=23762 - _WRITINGINJECTEDSQLFORNODEMSG._serialized_end=23888 - _NODECOMPILING._serialized_start=23890 - _NODECOMPILING._serialized_end=23947 - _NODECOMPILINGMSG._serialized_start=23949 - _NODECOMPILINGMSG._serialized_end=24051 - _NODEEXECUTING._serialized_start=24053 - _NODEEXECUTING._serialized_end=24110 - _NODEEXECUTINGMSG._serialized_start=24112 - _NODEEXECUTINGMSG._serialized_end=24214 - _LOGHOOKSTARTLINE._serialized_start=24216 - _LOGHOOKSTARTLINE._serialized_end=24325 - _LOGHOOKSTARTLINEMSG._serialized_start=24327 - _LOGHOOKSTARTLINEMSG._serialized_end=24435 - _LOGHOOKENDLINE._serialized_start=24438 - _LOGHOOKENDLINE._serialized_end=24585 - _LOGHOOKENDLINEMSG._serialized_start=24587 - _LOGHOOKENDLINEMSG._serialized_end=24691 - _SKIPPINGDETAILS._serialized_start=24694 - _SKIPPINGDETAILS._serialized_end=24841 - _SKIPPINGDETAILSMSG._serialized_start=24843 - _SKIPPINGDETAILSMSG._serialized_end=24949 - _NOTHINGTODO._serialized_start=24951 - _NOTHINGTODO._serialized_end=24964 - _NOTHINGTODOMSG._serialized_start=24966 - _NOTHINGTODOMSG._serialized_end=25064 - _RUNNINGOPERATIONUNCAUGHTERROR._serialized_start=25066 - _RUNNINGOPERATIONUNCAUGHTERROR._serialized_end=25110 - _RUNNINGOPERATIONUNCAUGHTERRORMSG._serialized_start=25113 - _RUNNINGOPERATIONUNCAUGHTERRORMSG._serialized_end=25247 - _ENDRUNRESULT._serialized_start=25250 - _ENDRUNRESULT._serialized_end=25397 - _ENDRUNRESULTMSG._serialized_start=25399 - _ENDRUNRESULTMSG._serialized_end=25499 - _NONODESSELECTED._serialized_start=25501 - _NONODESSELECTED._serialized_end=25518 - _NONODESSELECTEDMSG._serialized_start=25520 - _NONODESSELECTEDMSG._serialized_end=25626 - _COMMANDCOMPLETED._serialized_start=25628 - _COMMANDCOMPLETED._serialized_end=25747 - _COMMANDCOMPLETEDMSG._serialized_start=25749 - _COMMANDCOMPLETEDMSG._serialized_end=25857 - _SHOWNODE._serialized_start=25859 - _SHOWNODE._serialized_end=25966 - _SHOWNODEMSG._serialized_start=25968 - _SHOWNODEMSG._serialized_end=26060 - _COMPILEDNODE._serialized_start=26062 - _COMPILEDNODE._serialized_end=26174 - _COMPILEDNODEMSG._serialized_start=26176 - _COMPILEDNODEMSG._serialized_end=26276 - _CATCHABLEEXCEPTIONONRUN._serialized_start=26278 - _CATCHABLEEXCEPTIONONRUN._serialized_end=26376 - _CATCHABLEEXCEPTIONONRUNMSG._serialized_start=26378 - _CATCHABLEEXCEPTIONONRUNMSG._serialized_end=26500 - _INTERNALERRORONRUN._serialized_start=26502 - _INTERNALERRORONRUN._serialized_end=26597 - _INTERNALERRORONRUNMSG._serialized_start=26599 - _INTERNALERRORONRUNMSG._serialized_end=26711 - _GENERICEXCEPTIONONRUN._serialized_start=26713 - _GENERICEXCEPTIONONRUN._serialized_end=26830 - _GENERICEXCEPTIONONRUNMSG._serialized_start=26832 - _GENERICEXCEPTIONONRUNMSG._serialized_end=26950 - _NODECONNECTIONRELEASEERROR._serialized_start=26952 - _NODECONNECTIONRELEASEERROR._serialized_end=27030 - _NODECONNECTIONRELEASEERRORMSG._serialized_start=27033 - _NODECONNECTIONRELEASEERRORMSG._serialized_end=27161 - _FOUNDSTATS._serialized_start=27163 - _FOUNDSTATS._serialized_end=27194 - _FOUNDSTATSMSG._serialized_start=27196 - _FOUNDSTATSMSG._serialized_end=27292 - _MAINKEYBOARDINTERRUPT._serialized_start=27294 - _MAINKEYBOARDINTERRUPT._serialized_end=27317 - _MAINKEYBOARDINTERRUPTMSG._serialized_start=27319 - _MAINKEYBOARDINTERRUPTMSG._serialized_end=27437 - _MAINENCOUNTEREDERROR._serialized_start=27439 - _MAINENCOUNTEREDERROR._serialized_end=27474 - _MAINENCOUNTEREDERRORMSG._serialized_start=27476 - _MAINENCOUNTEREDERRORMSG._serialized_end=27592 - _MAINSTACKTRACE._serialized_start=27594 - _MAINSTACKTRACE._serialized_end=27631 - _MAINSTACKTRACEMSG._serialized_start=27633 - _MAINSTACKTRACEMSG._serialized_end=27737 - _TIMINGINFOCOLLECTED._serialized_start=27739 - _TIMINGINFOCOLLECTED._serialized_end=27851 - _TIMINGINFOCOLLECTEDMSG._serialized_start=27853 - _TIMINGINFOCOLLECTEDMSG._serialized_end=27967 - _LOGDEBUGSTACKTRACE._serialized_start=27969 - _LOGDEBUGSTACKTRACE._serialized_end=28007 - _LOGDEBUGSTACKTRACEMSG._serialized_start=28009 - _LOGDEBUGSTACKTRACEMSG._serialized_end=28121 - _CHECKCLEANPATH._serialized_start=28123 - _CHECKCLEANPATH._serialized_end=28153 - _CHECKCLEANPATHMSG._serialized_start=28155 - _CHECKCLEANPATHMSG._serialized_end=28259 - _CONFIRMCLEANPATH._serialized_start=28261 - _CONFIRMCLEANPATH._serialized_end=28293 - _CONFIRMCLEANPATHMSG._serialized_start=28295 - _CONFIRMCLEANPATHMSG._serialized_end=28403 - _PROTECTEDCLEANPATH._serialized_start=28405 - _PROTECTEDCLEANPATH._serialized_end=28439 - _PROTECTEDCLEANPATHMSG._serialized_start=28441 - _PROTECTEDCLEANPATHMSG._serialized_end=28553 - _FINISHEDCLEANPATHS._serialized_start=28555 - _FINISHEDCLEANPATHS._serialized_end=28575 - _FINISHEDCLEANPATHSMSG._serialized_start=28577 - _FINISHEDCLEANPATHSMSG._serialized_end=28689 - _OPENCOMMAND._serialized_start=28691 - _OPENCOMMAND._serialized_end=28744 - _OPENCOMMANDMSG._serialized_start=28746 - _OPENCOMMANDMSG._serialized_end=28844 - _SERVINGDOCSPORT._serialized_start=28846 - _SERVINGDOCSPORT._serialized_end=28894 - _SERVINGDOCSPORTMSG._serialized_start=28896 - _SERVINGDOCSPORTMSG._serialized_end=29002 - _SERVINGDOCSACCESSINFO._serialized_start=29004 - _SERVINGDOCSACCESSINFO._serialized_end=29041 - _SERVINGDOCSACCESSINFOMSG._serialized_start=29043 - _SERVINGDOCSACCESSINFOMSG._serialized_end=29161 - _SERVINGDOCSEXITINFO._serialized_start=29163 - _SERVINGDOCSEXITINFO._serialized_end=29184 - _SERVINGDOCSEXITINFOMSG._serialized_start=29186 - _SERVINGDOCSEXITINFOMSG._serialized_end=29300 - _RUNRESULTWARNING._serialized_start=29302 - _RUNRESULTWARNING._serialized_end=29376 - _RUNRESULTWARNINGMSG._serialized_start=29378 - _RUNRESULTWARNINGMSG._serialized_end=29486 - _RUNRESULTFAILURE._serialized_start=29488 - _RUNRESULTFAILURE._serialized_end=29562 - _RUNRESULTFAILUREMSG._serialized_start=29564 - _RUNRESULTFAILUREMSG._serialized_end=29672 - _STATSLINE._serialized_start=29674 - _STATSLINE._serialized_end=29781 - _STATSLINE_STATSENTRY._serialized_start=29737 - _STATSLINE_STATSENTRY._serialized_end=29781 - _STATSLINEMSG._serialized_start=29783 - _STATSLINEMSG._serialized_end=29877 - _RUNRESULTERROR._serialized_start=29879 - _RUNRESULTERROR._serialized_end=29908 - _RUNRESULTERRORMSG._serialized_start=29910 - _RUNRESULTERRORMSG._serialized_end=30014 - _RUNRESULTERRORNOMESSAGE._serialized_start=30016 - _RUNRESULTERRORNOMESSAGE._serialized_end=30057 - _RUNRESULTERRORNOMESSAGEMSG._serialized_start=30059 - _RUNRESULTERRORNOMESSAGEMSG._serialized_end=30181 - _SQLCOMPILEDPATH._serialized_start=30183 - _SQLCOMPILEDPATH._serialized_end=30214 - _SQLCOMPILEDPATHMSG._serialized_start=30216 - _SQLCOMPILEDPATHMSG._serialized_end=30322 - _CHECKNODETESTFAILURE._serialized_start=30324 - _CHECKNODETESTFAILURE._serialized_end=30369 - _CHECKNODETESTFAILUREMSG._serialized_start=30371 - _CHECKNODETESTFAILUREMSG._serialized_end=30487 - _ENDOFRUNSUMMARY._serialized_start=30489 - _ENDOFRUNSUMMARY._serialized_end=30576 - _ENDOFRUNSUMMARYMSG._serialized_start=30578 - _ENDOFRUNSUMMARYMSG._serialized_end=30684 - _LOGSKIPBECAUSEERROR._serialized_start=30686 - _LOGSKIPBECAUSEERROR._serialized_end=30771 - _LOGSKIPBECAUSEERRORMSG._serialized_start=30773 - _LOGSKIPBECAUSEERRORMSG._serialized_end=30887 - _ENSUREGITINSTALLED._serialized_start=30889 - _ENSUREGITINSTALLED._serialized_end=30909 - _ENSUREGITINSTALLEDMSG._serialized_start=30911 - _ENSUREGITINSTALLEDMSG._serialized_end=31023 - _DEPSCREATINGLOCALSYMLINK._serialized_start=31025 - _DEPSCREATINGLOCALSYMLINK._serialized_end=31051 - _DEPSCREATINGLOCALSYMLINKMSG._serialized_start=31053 - _DEPSCREATINGLOCALSYMLINKMSG._serialized_end=31177 - _DEPSSYMLINKNOTAVAILABLE._serialized_start=31179 - _DEPSSYMLINKNOTAVAILABLE._serialized_end=31204 - _DEPSSYMLINKNOTAVAILABLEMSG._serialized_start=31206 - _DEPSSYMLINKNOTAVAILABLEMSG._serialized_end=31328 - _DISABLETRACKING._serialized_start=31330 - _DISABLETRACKING._serialized_end=31347 - _DISABLETRACKINGMSG._serialized_start=31349 - _DISABLETRACKINGMSG._serialized_end=31455 - _SENDINGEVENT._serialized_start=31457 - _SENDINGEVENT._serialized_end=31487 - _SENDINGEVENTMSG._serialized_start=31489 - _SENDINGEVENTMSG._serialized_end=31589 - _SENDEVENTFAILURE._serialized_start=31591 - _SENDEVENTFAILURE._serialized_end=31609 - _SENDEVENTFAILUREMSG._serialized_start=31611 - _SENDEVENTFAILUREMSG._serialized_end=31719 - _FLUSHEVENTS._serialized_start=31721 - _FLUSHEVENTS._serialized_end=31734 - _FLUSHEVENTSMSG._serialized_start=31736 - _FLUSHEVENTSMSG._serialized_end=31834 - _FLUSHEVENTSFAILURE._serialized_start=31836 - _FLUSHEVENTSFAILURE._serialized_end=31856 - _FLUSHEVENTSFAILUREMSG._serialized_start=31858 - _FLUSHEVENTSFAILUREMSG._serialized_end=31970 - _TRACKINGINITIALIZEFAILURE._serialized_start=31972 - _TRACKINGINITIALIZEFAILURE._serialized_end=32017 - _TRACKINGINITIALIZEFAILUREMSG._serialized_start=32019 - _TRACKINGINITIALIZEFAILUREMSG._serialized_end=32145 - _RUNRESULTWARNINGMESSAGE._serialized_start=32147 - _RUNRESULTWARNINGMESSAGE._serialized_end=32185 - _RUNRESULTWARNINGMESSAGEMSG._serialized_start=32187 - _RUNRESULTWARNINGMESSAGEMSG._serialized_end=32309 - _DEBUGCMDOUT._serialized_start=32311 - _DEBUGCMDOUT._serialized_end=32337 - _DEBUGCMDOUTMSG._serialized_start=32339 - _DEBUGCMDOUTMSG._serialized_end=32437 - _DEBUGCMDRESULT._serialized_start=32439 - _DEBUGCMDRESULT._serialized_end=32468 - _DEBUGCMDRESULTMSG._serialized_start=32470 - _DEBUGCMDRESULTMSG._serialized_end=32574 - _LISTCMDOUT._serialized_start=32576 - _LISTCMDOUT._serialized_end=32601 - _LISTCMDOUTMSG._serialized_start=32603 - _LISTCMDOUTMSG._serialized_end=32699 - _RESOURCEREPORT._serialized_start=32702 - _RESOURCEREPORT._serialized_end=32938 - _RESOURCEREPORTMSG._serialized_start=32940 - _RESOURCEREPORTMSG._serialized_end=33044 + _globals['_COREEVENTINFO_EXTRAENTRY']._options = None + _globals['_COREEVENTINFO_EXTRAENTRY']._serialized_options = b'8\001' + _globals['_MAINREPORTARGS_ARGSENTRY']._options = None + _globals['_MAINREPORTARGS_ARGSENTRY']._serialized_options = b'8\001' + _globals['_PARTIALPARSINGERROR_EXCINFOENTRY']._options = None + _globals['_PARTIALPARSINGERROR_EXCINFOENTRY']._serialized_options = b'8\001' + _globals['_DEPSFOUNDDUPLICATEPACKAGE_REMOVEDPACKAGEENTRY']._options = None + _globals['_DEPSFOUNDDUPLICATEPACKAGE_REMOVEDPACKAGEENTRY']._serialized_options = b'8\001' + _globals['_LOGSNAPSHOTRESULT_CFGENTRY']._options = None + _globals['_LOGSNAPSHOTRESULT_CFGENTRY']._serialized_options = b'8\001' + _globals['_STATSLINE_STATSENTRY']._options = None + _globals['_STATSLINE_STATSENTRY']._serialized_options = b'8\001' + _globals['_COREEVENTINFO']._serialized_start=97 + _globals['_COREEVENTINFO']._serialized_end=378 + _globals['_COREEVENTINFO_EXTRAENTRY']._serialized_start=334 + _globals['_COREEVENTINFO_EXTRAENTRY']._serialized_end=378 + _globals['_NODERELATION']._serialized_start=380 + _globals['_NODERELATION']._serialized_end=466 + _globals['_NODEINFO']._serialized_start=469 + _globals['_NODEINFO']._serialized_end=742 + _globals['_TIMINGINFOMSG']._serialized_start=744 + _globals['_TIMINGINFOMSG']._serialized_end=871 + _globals['_RUNRESULTMSG']._serialized_start=874 + _globals['_RUNRESULTMSG']._serialized_end=1083 + _globals['_COLUMNTYPE']._serialized_start=1085 + _globals['_COLUMNTYPE']._serialized_end=1177 + _globals['_COLUMNCONSTRAINT']._serialized_start=1179 + _globals['_COLUMNCONSTRAINT']._serialized_end=1268 + _globals['_MODELCONSTRAINT']._serialized_start=1270 + _globals['_MODELCONSTRAINT']._serialized_end=1354 + _globals['_MAINREPORTVERSION']._serialized_start=1356 + _globals['_MAINREPORTVERSION']._serialized_end=1413 + _globals['_MAINREPORTVERSIONMSG']._serialized_start=1415 + _globals['_MAINREPORTVERSIONMSG']._serialized_end=1525 + _globals['_MAINREPORTARGS']._serialized_start=1527 + _globals['_MAINREPORTARGS']._serialized_end=1641 + _globals['_MAINREPORTARGS_ARGSENTRY']._serialized_start=1598 + _globals['_MAINREPORTARGS_ARGSENTRY']._serialized_end=1641 + _globals['_MAINREPORTARGSMSG']._serialized_start=1643 + _globals['_MAINREPORTARGSMSG']._serialized_end=1747 + _globals['_MAINTRACKINGUSERSTATE']._serialized_start=1749 + _globals['_MAINTRACKINGUSERSTATE']._serialized_end=1792 + _globals['_MAINTRACKINGUSERSTATEMSG']._serialized_start=1794 + _globals['_MAINTRACKINGUSERSTATEMSG']._serialized_end=1912 + _globals['_MERGEDFROMSTATE']._serialized_start=1914 + _globals['_MERGEDFROMSTATE']._serialized_end=1967 + _globals['_MERGEDFROMSTATEMSG']._serialized_start=1969 + _globals['_MERGEDFROMSTATEMSG']._serialized_end=2075 + _globals['_MISSINGPROFILETARGET']._serialized_start=2077 + _globals['_MISSINGPROFILETARGET']._serialized_end=2142 + _globals['_MISSINGPROFILETARGETMSG']._serialized_start=2144 + _globals['_MISSINGPROFILETARGETMSG']._serialized_end=2260 + _globals['_INVALIDOPTIONYAML']._serialized_start=2262 + _globals['_INVALIDOPTIONYAML']._serialized_end=2302 + _globals['_INVALIDOPTIONYAMLMSG']._serialized_start=2304 + _globals['_INVALIDOPTIONYAMLMSG']._serialized_end=2414 + _globals['_LOGDBTPROJECTERROR']._serialized_start=2416 + _globals['_LOGDBTPROJECTERROR']._serialized_end=2449 + _globals['_LOGDBTPROJECTERRORMSG']._serialized_start=2451 + _globals['_LOGDBTPROJECTERRORMSG']._serialized_end=2563 + _globals['_LOGDBTPROFILEERROR']._serialized_start=2565 + _globals['_LOGDBTPROFILEERROR']._serialized_end=2616 + _globals['_LOGDBTPROFILEERRORMSG']._serialized_start=2618 + _globals['_LOGDBTPROFILEERRORMSG']._serialized_end=2730 + _globals['_STARTERPROJECTPATH']._serialized_start=2732 + _globals['_STARTERPROJECTPATH']._serialized_end=2765 + _globals['_STARTERPROJECTPATHMSG']._serialized_start=2767 + _globals['_STARTERPROJECTPATHMSG']._serialized_end=2879 + _globals['_CONFIGFOLDERDIRECTORY']._serialized_start=2881 + _globals['_CONFIGFOLDERDIRECTORY']._serialized_end=2917 + _globals['_CONFIGFOLDERDIRECTORYMSG']._serialized_start=2919 + _globals['_CONFIGFOLDERDIRECTORYMSG']._serialized_end=3037 + _globals['_NOSAMPLEPROFILEFOUND']._serialized_start=3039 + _globals['_NOSAMPLEPROFILEFOUND']._serialized_end=3078 + _globals['_NOSAMPLEPROFILEFOUNDMSG']._serialized_start=3080 + _globals['_NOSAMPLEPROFILEFOUNDMSG']._serialized_end=3196 + _globals['_PROFILEWRITTENWITHSAMPLE']._serialized_start=3198 + _globals['_PROFILEWRITTENWITHSAMPLE']._serialized_end=3252 + _globals['_PROFILEWRITTENWITHSAMPLEMSG']._serialized_start=3254 + _globals['_PROFILEWRITTENWITHSAMPLEMSG']._serialized_end=3378 + _globals['_PROFILEWRITTENWITHTARGETTEMPLATEYAML']._serialized_start=3380 + _globals['_PROFILEWRITTENWITHTARGETTEMPLATEYAML']._serialized_end=3446 + _globals['_PROFILEWRITTENWITHTARGETTEMPLATEYAMLMSG']._serialized_start=3449 + _globals['_PROFILEWRITTENWITHTARGETTEMPLATEYAMLMSG']._serialized_end=3597 + _globals['_PROFILEWRITTENWITHPROJECTTEMPLATEYAML']._serialized_start=3599 + _globals['_PROFILEWRITTENWITHPROJECTTEMPLATEYAML']._serialized_end=3666 + _globals['_PROFILEWRITTENWITHPROJECTTEMPLATEYAMLMSG']._serialized_start=3669 + _globals['_PROFILEWRITTENWITHPROJECTTEMPLATEYAMLMSG']._serialized_end=3819 + _globals['_SETTINGUPPROFILE']._serialized_start=3821 + _globals['_SETTINGUPPROFILE']._serialized_end=3839 + _globals['_SETTINGUPPROFILEMSG']._serialized_start=3841 + _globals['_SETTINGUPPROFILEMSG']._serialized_end=3949 + _globals['_INVALIDPROFILETEMPLATEYAML']._serialized_start=3951 + _globals['_INVALIDPROFILETEMPLATEYAML']._serialized_end=3979 + _globals['_INVALIDPROFILETEMPLATEYAMLMSG']._serialized_start=3982 + _globals['_INVALIDPROFILETEMPLATEYAMLMSG']._serialized_end=4110 + _globals['_PROJECTNAMEALREADYEXISTS']._serialized_start=4112 + _globals['_PROJECTNAMEALREADYEXISTS']._serialized_end=4152 + _globals['_PROJECTNAMEALREADYEXISTSMSG']._serialized_start=4154 + _globals['_PROJECTNAMEALREADYEXISTSMSG']._serialized_end=4278 + _globals['_PROJECTCREATED']._serialized_start=4280 + _globals['_PROJECTCREATED']._serialized_end=4355 + _globals['_PROJECTCREATEDMSG']._serialized_start=4357 + _globals['_PROJECTCREATEDMSG']._serialized_end=4461 + _globals['_PACKAGEREDIRECTDEPRECATION']._serialized_start=4463 + _globals['_PACKAGEREDIRECTDEPRECATION']._serialized_end=4527 + _globals['_PACKAGEREDIRECTDEPRECATIONMSG']._serialized_start=4530 + _globals['_PACKAGEREDIRECTDEPRECATIONMSG']._serialized_end=4658 + _globals['_PACKAGEINSTALLPATHDEPRECATION']._serialized_start=4660 + _globals['_PACKAGEINSTALLPATHDEPRECATION']._serialized_end=4691 + _globals['_PACKAGEINSTALLPATHDEPRECATIONMSG']._serialized_start=4694 + _globals['_PACKAGEINSTALLPATHDEPRECATIONMSG']._serialized_end=4828 + _globals['_CONFIGSOURCEPATHDEPRECATION']._serialized_start=4830 + _globals['_CONFIGSOURCEPATHDEPRECATION']._serialized_end=4902 + _globals['_CONFIGSOURCEPATHDEPRECATIONMSG']._serialized_start=4905 + _globals['_CONFIGSOURCEPATHDEPRECATIONMSG']._serialized_end=5035 + _globals['_CONFIGDATAPATHDEPRECATION']._serialized_start=5037 + _globals['_CONFIGDATAPATHDEPRECATION']._serialized_end=5107 + _globals['_CONFIGDATAPATHDEPRECATIONMSG']._serialized_start=5109 + _globals['_CONFIGDATAPATHDEPRECATIONMSG']._serialized_end=5235 + _globals['_METRICATTRIBUTESRENAMED']._serialized_start=5237 + _globals['_METRICATTRIBUTESRENAMED']._serialized_end=5283 + _globals['_METRICATTRIBUTESRENAMEDMSG']._serialized_start=5285 + _globals['_METRICATTRIBUTESRENAMEDMSG']._serialized_end=5407 + _globals['_EXPOSURENAMEDEPRECATION']._serialized_start=5409 + _globals['_EXPOSURENAMEDEPRECATION']._serialized_end=5452 + _globals['_EXPOSURENAMEDEPRECATIONMSG']._serialized_start=5454 + _globals['_EXPOSURENAMEDEPRECATIONMSG']._serialized_end=5576 + _globals['_INTERNALDEPRECATION']._serialized_start=5578 + _globals['_INTERNALDEPRECATION']._serialized_end=5672 + _globals['_INTERNALDEPRECATIONMSG']._serialized_start=5674 + _globals['_INTERNALDEPRECATIONMSG']._serialized_end=5788 + _globals['_ENVIRONMENTVARIABLERENAMED']._serialized_start=5790 + _globals['_ENVIRONMENTVARIABLERENAMED']._serialized_end=5854 + _globals['_ENVIRONMENTVARIABLERENAMEDMSG']._serialized_start=5857 + _globals['_ENVIRONMENTVARIABLERENAMEDMSG']._serialized_end=5985 + _globals['_CONFIGLOGPATHDEPRECATION']._serialized_start=5987 + _globals['_CONFIGLOGPATHDEPRECATION']._serialized_end=6038 + _globals['_CONFIGLOGPATHDEPRECATIONMSG']._serialized_start=6040 + _globals['_CONFIGLOGPATHDEPRECATIONMSG']._serialized_end=6164 + _globals['_CONFIGTARGETPATHDEPRECATION']._serialized_start=6166 + _globals['_CONFIGTARGETPATHDEPRECATION']._serialized_end=6220 + _globals['_CONFIGTARGETPATHDEPRECATIONMSG']._serialized_start=6223 + _globals['_CONFIGTARGETPATHDEPRECATIONMSG']._serialized_end=6353 + _globals['_TESTSCONFIGDEPRECATION']._serialized_start=6355 + _globals['_TESTSCONFIGDEPRECATION']._serialized_end=6422 + _globals['_TESTSCONFIGDEPRECATIONMSG']._serialized_start=6424 + _globals['_TESTSCONFIGDEPRECATIONMSG']._serialized_end=6544 + _globals['_PROJECTFLAGSMOVEDDEPRECATION']._serialized_start=6546 + _globals['_PROJECTFLAGSMOVEDDEPRECATION']._serialized_end=6576 + _globals['_PROJECTFLAGSMOVEDDEPRECATIONMSG']._serialized_start=6579 + _globals['_PROJECTFLAGSMOVEDDEPRECATIONMSG']._serialized_end=6711 + _globals['_DEPRECATEDMODEL']._serialized_start=6713 + _globals['_DEPRECATEDMODEL']._serialized_end=6799 + _globals['_DEPRECATEDMODELMSG']._serialized_start=6801 + _globals['_DEPRECATEDMODELMSG']._serialized_end=6907 + _globals['_INPUTFILEDIFFERROR']._serialized_start=6909 + _globals['_INPUTFILEDIFFERROR']._serialized_end=6964 + _globals['_INPUTFILEDIFFERRORMSG']._serialized_start=6966 + _globals['_INPUTFILEDIFFERRORMSG']._serialized_end=7078 + _globals['_INVALIDVALUEFORFIELD']._serialized_start=7080 + _globals['_INVALIDVALUEFORFIELD']._serialized_end=7143 + _globals['_INVALIDVALUEFORFIELDMSG']._serialized_start=7145 + _globals['_INVALIDVALUEFORFIELDMSG']._serialized_end=7261 + _globals['_VALIDATIONWARNING']._serialized_start=7263 + _globals['_VALIDATIONWARNING']._serialized_end=7344 + _globals['_VALIDATIONWARNINGMSG']._serialized_start=7346 + _globals['_VALIDATIONWARNINGMSG']._serialized_end=7456 + _globals['_PARSEPERFINFOPATH']._serialized_start=7458 + _globals['_PARSEPERFINFOPATH']._serialized_end=7491 + _globals['_PARSEPERFINFOPATHMSG']._serialized_start=7493 + _globals['_PARSEPERFINFOPATHMSG']._serialized_end=7603 + _globals['_PARTIALPARSINGERRORPROCESSINGFILE']._serialized_start=7605 + _globals['_PARTIALPARSINGERRORPROCESSINGFILE']._serialized_end=7654 + _globals['_PARTIALPARSINGERRORPROCESSINGFILEMSG']._serialized_start=7657 + _globals['_PARTIALPARSINGERRORPROCESSINGFILEMSG']._serialized_end=7799 + _globals['_PARTIALPARSINGERROR']._serialized_start=7802 + _globals['_PARTIALPARSINGERROR']._serialized_end=7936 + _globals['_PARTIALPARSINGERROR_EXCINFOENTRY']._serialized_start=7890 + _globals['_PARTIALPARSINGERROR_EXCINFOENTRY']._serialized_end=7936 + _globals['_PARTIALPARSINGERRORMSG']._serialized_start=7938 + _globals['_PARTIALPARSINGERRORMSG']._serialized_end=8052 + _globals['_PARTIALPARSINGSKIPPARSING']._serialized_start=8054 + _globals['_PARTIALPARSINGSKIPPARSING']._serialized_end=8081 + _globals['_PARTIALPARSINGSKIPPARSINGMSG']._serialized_start=8083 + _globals['_PARTIALPARSINGSKIPPARSINGMSG']._serialized_end=8209 + _globals['_UNABLETOPARTIALPARSE']._serialized_start=8211 + _globals['_UNABLETOPARTIALPARSE']._serialized_end=8249 + _globals['_UNABLETOPARTIALPARSEMSG']._serialized_start=8251 + _globals['_UNABLETOPARTIALPARSEMSG']._serialized_end=8367 + _globals['_STATECHECKVARSHASH']._serialized_start=8369 + _globals['_STATECHECKVARSHASH']._serialized_end=8471 + _globals['_STATECHECKVARSHASHMSG']._serialized_start=8473 + _globals['_STATECHECKVARSHASHMSG']._serialized_end=8585 + _globals['_PARTIALPARSINGNOTENABLED']._serialized_start=8587 + _globals['_PARTIALPARSINGNOTENABLED']._serialized_end=8613 + _globals['_PARTIALPARSINGNOTENABLEDMSG']._serialized_start=8615 + _globals['_PARTIALPARSINGNOTENABLEDMSG']._serialized_end=8739 + _globals['_PARSEDFILELOADFAILED']._serialized_start=8741 + _globals['_PARSEDFILELOADFAILED']._serialized_end=8808 + _globals['_PARSEDFILELOADFAILEDMSG']._serialized_start=8810 + _globals['_PARSEDFILELOADFAILEDMSG']._serialized_end=8926 + _globals['_PARTIALPARSINGENABLED']._serialized_start=8928 + _globals['_PARTIALPARSINGENABLED']._serialized_end=9000 + _globals['_PARTIALPARSINGENABLEDMSG']._serialized_start=9002 + _globals['_PARTIALPARSINGENABLEDMSG']._serialized_end=9120 + _globals['_PARTIALPARSINGFILE']._serialized_start=9122 + _globals['_PARTIALPARSINGFILE']._serialized_end=9178 + _globals['_PARTIALPARSINGFILEMSG']._serialized_start=9180 + _globals['_PARTIALPARSINGFILEMSG']._serialized_end=9292 + _globals['_INVALIDDISABLEDTARGETINTESTNODE']._serialized_start=9295 + _globals['_INVALIDDISABLEDTARGETINTESTNODE']._serialized_end=9470 + _globals['_INVALIDDISABLEDTARGETINTESTNODEMSG']._serialized_start=9473 + _globals['_INVALIDDISABLEDTARGETINTESTNODEMSG']._serialized_end=9611 + _globals['_UNUSEDRESOURCECONFIGPATH']._serialized_start=9613 + _globals['_UNUSEDRESOURCECONFIGPATH']._serialized_end=9668 + _globals['_UNUSEDRESOURCECONFIGPATHMSG']._serialized_start=9670 + _globals['_UNUSEDRESOURCECONFIGPATHMSG']._serialized_end=9794 + _globals['_SEEDINCREASED']._serialized_start=9796 + _globals['_SEEDINCREASED']._serialized_end=9847 + _globals['_SEEDINCREASEDMSG']._serialized_start=9849 + _globals['_SEEDINCREASEDMSG']._serialized_end=9951 + _globals['_SEEDEXCEEDSLIMITSAMEPATH']._serialized_start=9953 + _globals['_SEEDEXCEEDSLIMITSAMEPATH']._serialized_end=10015 + _globals['_SEEDEXCEEDSLIMITSAMEPATHMSG']._serialized_start=10017 + _globals['_SEEDEXCEEDSLIMITSAMEPATHMSG']._serialized_end=10141 + _globals['_SEEDEXCEEDSLIMITANDPATHCHANGED']._serialized_start=10143 + _globals['_SEEDEXCEEDSLIMITANDPATHCHANGED']._serialized_end=10211 + _globals['_SEEDEXCEEDSLIMITANDPATHCHANGEDMSG']._serialized_start=10214 + _globals['_SEEDEXCEEDSLIMITANDPATHCHANGEDMSG']._serialized_end=10350 + _globals['_SEEDEXCEEDSLIMITCHECKSUMCHANGED']._serialized_start=10352 + _globals['_SEEDEXCEEDSLIMITCHECKSUMCHANGED']._serialized_end=10444 + _globals['_SEEDEXCEEDSLIMITCHECKSUMCHANGEDMSG']._serialized_start=10447 + _globals['_SEEDEXCEEDSLIMITCHECKSUMCHANGEDMSG']._serialized_end=10585 + _globals['_UNUSEDTABLES']._serialized_start=10587 + _globals['_UNUSEDTABLES']._serialized_end=10624 + _globals['_UNUSEDTABLESMSG']._serialized_start=10626 + _globals['_UNUSEDTABLESMSG']._serialized_end=10726 + _globals['_WRONGRESOURCESCHEMAFILE']._serialized_start=10729 + _globals['_WRONGRESOURCESCHEMAFILE']._serialized_end=10864 + _globals['_WRONGRESOURCESCHEMAFILEMSG']._serialized_start=10866 + _globals['_WRONGRESOURCESCHEMAFILEMSG']._serialized_end=10988 + _globals['_NONODEFORYAMLKEY']._serialized_start=10990 + _globals['_NONODEFORYAMLKEY']._serialized_end=11065 + _globals['_NONODEFORYAMLKEYMSG']._serialized_start=11067 + _globals['_NONODEFORYAMLKEYMSG']._serialized_end=11175 + _globals['_MACRONOTFOUNDFORPATCH']._serialized_start=11177 + _globals['_MACRONOTFOUNDFORPATCH']._serialized_end=11220 + _globals['_MACRONOTFOUNDFORPATCHMSG']._serialized_start=11222 + _globals['_MACRONOTFOUNDFORPATCHMSG']._serialized_end=11340 + _globals['_NODENOTFOUNDORDISABLED']._serialized_start=11343 + _globals['_NODENOTFOUNDORDISABLED']._serialized_end=11527 + _globals['_NODENOTFOUNDORDISABLEDMSG']._serialized_start=11529 + _globals['_NODENOTFOUNDORDISABLEDMSG']._serialized_end=11649 + _globals['_JINJALOGWARNING']._serialized_start=11651 + _globals['_JINJALOGWARNING']._serialized_end=11723 + _globals['_JINJALOGWARNINGMSG']._serialized_start=11725 + _globals['_JINJALOGWARNINGMSG']._serialized_end=11831 + _globals['_JINJALOGINFO']._serialized_start=11833 + _globals['_JINJALOGINFO']._serialized_end=11902 + _globals['_JINJALOGINFOMSG']._serialized_start=11904 + _globals['_JINJALOGINFOMSG']._serialized_end=12004 + _globals['_JINJALOGDEBUG']._serialized_start=12006 + _globals['_JINJALOGDEBUG']._serialized_end=12076 + _globals['_JINJALOGDEBUGMSG']._serialized_start=12078 + _globals['_JINJALOGDEBUGMSG']._serialized_end=12180 + _globals['_UNPINNEDREFNEWVERSIONAVAILABLE']._serialized_start=12183 + _globals['_UNPINNEDREFNEWVERSIONAVAILABLE']._serialized_end=12357 + _globals['_UNPINNEDREFNEWVERSIONAVAILABLEMSG']._serialized_start=12360 + _globals['_UNPINNEDREFNEWVERSIONAVAILABLEMSG']._serialized_end=12496 + _globals['_UPCOMINGREFERENCEDEPRECATION']._serialized_start=12499 + _globals['_UPCOMINGREFERENCEDEPRECATION']._serialized_end=12697 + _globals['_UPCOMINGREFERENCEDEPRECATIONMSG']._serialized_start=12700 + _globals['_UPCOMINGREFERENCEDEPRECATIONMSG']._serialized_end=12832 + _globals['_DEPRECATEDREFERENCE']._serialized_start=12835 + _globals['_DEPRECATEDREFERENCE']._serialized_end=13024 + _globals['_DEPRECATEDREFERENCEMSG']._serialized_start=13026 + _globals['_DEPRECATEDREFERENCEMSG']._serialized_end=13140 + _globals['_UNSUPPORTEDCONSTRAINTMATERIALIZATION']._serialized_start=13142 + _globals['_UNSUPPORTEDCONSTRAINTMATERIALIZATION']._serialized_end=13202 + _globals['_UNSUPPORTEDCONSTRAINTMATERIALIZATIONMSG']._serialized_start=13205 + _globals['_UNSUPPORTEDCONSTRAINTMATERIALIZATIONMSG']._serialized_end=13353 + _globals['_PARSEINLINENODEERROR']._serialized_start=13355 + _globals['_PARSEINLINENODEERROR']._serialized_end=13432 + _globals['_PARSEINLINENODEERRORMSG']._serialized_start=13434 + _globals['_PARSEINLINENODEERRORMSG']._serialized_end=13550 + _globals['_SEMANTICVALIDATIONFAILURE']._serialized_start=13552 + _globals['_SEMANTICVALIDATIONFAILURE']._serialized_end=13592 + _globals['_SEMANTICVALIDATIONFAILUREMSG']._serialized_start=13594 + _globals['_SEMANTICVALIDATIONFAILUREMSG']._serialized_end=13720 + _globals['_UNVERSIONEDBREAKINGCHANGE']._serialized_start=13723 + _globals['_UNVERSIONEDBREAKINGCHANGE']._serialized_end=14117 + _globals['_UNVERSIONEDBREAKINGCHANGEMSG']._serialized_start=14119 + _globals['_UNVERSIONEDBREAKINGCHANGEMSG']._serialized_end=14245 + _globals['_WARNSTATETARGETEQUAL']._serialized_start=14247 + _globals['_WARNSTATETARGETEQUAL']._serialized_end=14289 + _globals['_WARNSTATETARGETEQUALMSG']._serialized_start=14291 + _globals['_WARNSTATETARGETEQUALMSG']._serialized_end=14407 + _globals['_FRESHNESSCONFIGPROBLEM']._serialized_start=14409 + _globals['_FRESHNESSCONFIGPROBLEM']._serialized_end=14446 + _globals['_FRESHNESSCONFIGPROBLEMMSG']._serialized_start=14448 + _globals['_FRESHNESSCONFIGPROBLEMMSG']._serialized_end=14568 + _globals['_GITSPARSECHECKOUTSUBDIRECTORY']._serialized_start=14570 + _globals['_GITSPARSECHECKOUTSUBDIRECTORY']._serialized_end=14617 + _globals['_GITSPARSECHECKOUTSUBDIRECTORYMSG']._serialized_start=14620 + _globals['_GITSPARSECHECKOUTSUBDIRECTORYMSG']._serialized_end=14754 + _globals['_GITPROGRESSCHECKOUTREVISION']._serialized_start=14756 + _globals['_GITPROGRESSCHECKOUTREVISION']._serialized_end=14803 + _globals['_GITPROGRESSCHECKOUTREVISIONMSG']._serialized_start=14806 + _globals['_GITPROGRESSCHECKOUTREVISIONMSG']._serialized_end=14936 + _globals['_GITPROGRESSUPDATINGEXISTINGDEPENDENCY']._serialized_start=14938 + _globals['_GITPROGRESSUPDATINGEXISTINGDEPENDENCY']._serialized_end=14990 + _globals['_GITPROGRESSUPDATINGEXISTINGDEPENDENCYMSG']._serialized_start=14993 + _globals['_GITPROGRESSUPDATINGEXISTINGDEPENDENCYMSG']._serialized_end=15143 + _globals['_GITPROGRESSPULLINGNEWDEPENDENCY']._serialized_start=15145 + _globals['_GITPROGRESSPULLINGNEWDEPENDENCY']._serialized_end=15191 + _globals['_GITPROGRESSPULLINGNEWDEPENDENCYMSG']._serialized_start=15194 + _globals['_GITPROGRESSPULLINGNEWDEPENDENCYMSG']._serialized_end=15332 + _globals['_GITNOTHINGTODO']._serialized_start=15334 + _globals['_GITNOTHINGTODO']._serialized_end=15363 + _globals['_GITNOTHINGTODOMSG']._serialized_start=15365 + _globals['_GITNOTHINGTODOMSG']._serialized_end=15469 + _globals['_GITPROGRESSUPDATEDCHECKOUTRANGE']._serialized_start=15471 + _globals['_GITPROGRESSUPDATEDCHECKOUTRANGE']._serialized_end=15540 + _globals['_GITPROGRESSUPDATEDCHECKOUTRANGEMSG']._serialized_start=15543 + _globals['_GITPROGRESSUPDATEDCHECKOUTRANGEMSG']._serialized_end=15681 + _globals['_GITPROGRESSCHECKEDOUTAT']._serialized_start=15683 + _globals['_GITPROGRESSCHECKEDOUTAT']._serialized_end=15725 + _globals['_GITPROGRESSCHECKEDOUTATMSG']._serialized_start=15727 + _globals['_GITPROGRESSCHECKEDOUTATMSG']._serialized_end=15849 + _globals['_REGISTRYPROGRESSGETREQUEST']._serialized_start=15851 + _globals['_REGISTRYPROGRESSGETREQUEST']._serialized_end=15892 + _globals['_REGISTRYPROGRESSGETREQUESTMSG']._serialized_start=15895 + _globals['_REGISTRYPROGRESSGETREQUESTMSG']._serialized_end=16023 + _globals['_REGISTRYPROGRESSGETRESPONSE']._serialized_start=16025 + _globals['_REGISTRYPROGRESSGETRESPONSE']._serialized_end=16086 + _globals['_REGISTRYPROGRESSGETRESPONSEMSG']._serialized_start=16089 + _globals['_REGISTRYPROGRESSGETRESPONSEMSG']._serialized_end=16219 + _globals['_SELECTORREPORTINVALIDSELECTOR']._serialized_start=16221 + _globals['_SELECTORREPORTINVALIDSELECTOR']._serialized_end=16316 + _globals['_SELECTORREPORTINVALIDSELECTORMSG']._serialized_start=16319 + _globals['_SELECTORREPORTINVALIDSELECTORMSG']._serialized_end=16453 + _globals['_DEPSNOPACKAGESFOUND']._serialized_start=16455 + _globals['_DEPSNOPACKAGESFOUND']._serialized_end=16476 + _globals['_DEPSNOPACKAGESFOUNDMSG']._serialized_start=16478 + _globals['_DEPSNOPACKAGESFOUNDMSG']._serialized_end=16592 + _globals['_DEPSSTARTPACKAGEINSTALL']._serialized_start=16594 + _globals['_DEPSSTARTPACKAGEINSTALL']._serialized_end=16641 + _globals['_DEPSSTARTPACKAGEINSTALLMSG']._serialized_start=16643 + _globals['_DEPSSTARTPACKAGEINSTALLMSG']._serialized_end=16765 + _globals['_DEPSINSTALLINFO']._serialized_start=16767 + _globals['_DEPSINSTALLINFO']._serialized_end=16806 + _globals['_DEPSINSTALLINFOMSG']._serialized_start=16808 + _globals['_DEPSINSTALLINFOMSG']._serialized_end=16914 + _globals['_DEPSUPDATEAVAILABLE']._serialized_start=16916 + _globals['_DEPSUPDATEAVAILABLE']._serialized_end=16961 + _globals['_DEPSUPDATEAVAILABLEMSG']._serialized_start=16963 + _globals['_DEPSUPDATEAVAILABLEMSG']._serialized_end=17077 + _globals['_DEPSUPTODATE']._serialized_start=17079 + _globals['_DEPSUPTODATE']._serialized_end=17093 + _globals['_DEPSUPTODATEMSG']._serialized_start=17095 + _globals['_DEPSUPTODATEMSG']._serialized_end=17195 + _globals['_DEPSLISTSUBDIRECTORY']._serialized_start=17197 + _globals['_DEPSLISTSUBDIRECTORY']._serialized_end=17241 + _globals['_DEPSLISTSUBDIRECTORYMSG']._serialized_start=17243 + _globals['_DEPSLISTSUBDIRECTORYMSG']._serialized_end=17359 + _globals['_DEPSNOTIFYUPDATESAVAILABLE']._serialized_start=17361 + _globals['_DEPSNOTIFYUPDATESAVAILABLE']._serialized_end=17407 + _globals['_DEPSNOTIFYUPDATESAVAILABLEMSG']._serialized_start=17410 + _globals['_DEPSNOTIFYUPDATESAVAILABLEMSG']._serialized_end=17538 + _globals['_REGISTRYINDEXPROGRESSGETREQUEST']._serialized_start=17540 + _globals['_REGISTRYINDEXPROGRESSGETREQUEST']._serialized_end=17586 + _globals['_REGISTRYINDEXPROGRESSGETREQUESTMSG']._serialized_start=17589 + _globals['_REGISTRYINDEXPROGRESSGETREQUESTMSG']._serialized_end=17727 + _globals['_REGISTRYINDEXPROGRESSGETRESPONSE']._serialized_start=17729 + _globals['_REGISTRYINDEXPROGRESSGETRESPONSE']._serialized_end=17795 + _globals['_REGISTRYINDEXPROGRESSGETRESPONSEMSG']._serialized_start=17798 + _globals['_REGISTRYINDEXPROGRESSGETRESPONSEMSG']._serialized_end=17938 + _globals['_REGISTRYRESPONSEUNEXPECTEDTYPE']._serialized_start=17940 + _globals['_REGISTRYRESPONSEUNEXPECTEDTYPE']._serialized_end=17990 + _globals['_REGISTRYRESPONSEUNEXPECTEDTYPEMSG']._serialized_start=17993 + _globals['_REGISTRYRESPONSEUNEXPECTEDTYPEMSG']._serialized_end=18129 + _globals['_REGISTRYRESPONSEMISSINGTOPKEYS']._serialized_start=18131 + _globals['_REGISTRYRESPONSEMISSINGTOPKEYS']._serialized_end=18181 + _globals['_REGISTRYRESPONSEMISSINGTOPKEYSMSG']._serialized_start=18184 + _globals['_REGISTRYRESPONSEMISSINGTOPKEYSMSG']._serialized_end=18320 + _globals['_REGISTRYRESPONSEMISSINGNESTEDKEYS']._serialized_start=18322 + _globals['_REGISTRYRESPONSEMISSINGNESTEDKEYS']._serialized_end=18375 + _globals['_REGISTRYRESPONSEMISSINGNESTEDKEYSMSG']._serialized_start=18378 + _globals['_REGISTRYRESPONSEMISSINGNESTEDKEYSMSG']._serialized_end=18520 + _globals['_REGISTRYRESPONSEEXTRANESTEDKEYS']._serialized_start=18522 + _globals['_REGISTRYRESPONSEEXTRANESTEDKEYS']._serialized_end=18573 + _globals['_REGISTRYRESPONSEEXTRANESTEDKEYSMSG']._serialized_start=18576 + _globals['_REGISTRYRESPONSEEXTRANESTEDKEYSMSG']._serialized_end=18714 + _globals['_DEPSSETDOWNLOADDIRECTORY']._serialized_start=18716 + _globals['_DEPSSETDOWNLOADDIRECTORY']._serialized_end=18756 + _globals['_DEPSSETDOWNLOADDIRECTORYMSG']._serialized_start=18758 + _globals['_DEPSSETDOWNLOADDIRECTORYMSG']._serialized_end=18882 + _globals['_DEPSUNPINNED']._serialized_start=18884 + _globals['_DEPSUNPINNED']._serialized_end=18929 + _globals['_DEPSUNPINNEDMSG']._serialized_start=18931 + _globals['_DEPSUNPINNEDMSG']._serialized_end=19031 + _globals['_NONODESFORSELECTIONCRITERIA']._serialized_start=19033 + _globals['_NONODESFORSELECTIONCRITERIA']._serialized_end=19080 + _globals['_NONODESFORSELECTIONCRITERIAMSG']._serialized_start=19083 + _globals['_NONODESFORSELECTIONCRITERIAMSG']._serialized_end=19213 + _globals['_DEPSLOCKUPDATING']._serialized_start=19215 + _globals['_DEPSLOCKUPDATING']._serialized_end=19256 + _globals['_DEPSLOCKUPDATINGMSG']._serialized_start=19258 + _globals['_DEPSLOCKUPDATINGMSG']._serialized_end=19366 + _globals['_DEPSADDPACKAGE']._serialized_start=19368 + _globals['_DEPSADDPACKAGE']._serialized_end=19450 + _globals['_DEPSADDPACKAGEMSG']._serialized_start=19452 + _globals['_DEPSADDPACKAGEMSG']._serialized_end=19556 + _globals['_DEPSFOUNDDUPLICATEPACKAGE']._serialized_start=19559 + _globals['_DEPSFOUNDDUPLICATEPACKAGE']._serialized_end=19726 + _globals['_DEPSFOUNDDUPLICATEPACKAGE_REMOVEDPACKAGEENTRY']._serialized_start=19673 + _globals['_DEPSFOUNDDUPLICATEPACKAGE_REMOVEDPACKAGEENTRY']._serialized_end=19726 + _globals['_DEPSFOUNDDUPLICATEPACKAGEMSG']._serialized_start=19728 + _globals['_DEPSFOUNDDUPLICATEPACKAGEMSG']._serialized_end=19854 + _globals['_DEPSVERSIONMISSING']._serialized_start=19856 + _globals['_DEPSVERSIONMISSING']._serialized_end=19892 + _globals['_DEPSVERSIONMISSINGMSG']._serialized_start=19894 + _globals['_DEPSVERSIONMISSINGMSG']._serialized_end=20006 + _globals['_DEPSSCRUBBEDPACKAGENAME']._serialized_start=20008 + _globals['_DEPSSCRUBBEDPACKAGENAME']._serialized_end=20055 + _globals['_DEPSSCRUBBEDPACKAGENAMEMSG']._serialized_start=20057 + _globals['_DEPSSCRUBBEDPACKAGENAMEMSG']._serialized_end=20179 + _globals['_RUNNINGOPERATIONCAUGHTERROR']._serialized_start=20181 + _globals['_RUNNINGOPERATIONCAUGHTERROR']._serialized_end=20223 + _globals['_RUNNINGOPERATIONCAUGHTERRORMSG']._serialized_start=20226 + _globals['_RUNNINGOPERATIONCAUGHTERRORMSG']._serialized_end=20356 + _globals['_COMPILECOMPLETE']._serialized_start=20358 + _globals['_COMPILECOMPLETE']._serialized_end=20375 + _globals['_COMPILECOMPLETEMSG']._serialized_start=20377 + _globals['_COMPILECOMPLETEMSG']._serialized_end=20483 + _globals['_FRESHNESSCHECKCOMPLETE']._serialized_start=20485 + _globals['_FRESHNESSCHECKCOMPLETE']._serialized_end=20509 + _globals['_FRESHNESSCHECKCOMPLETEMSG']._serialized_start=20511 + _globals['_FRESHNESSCHECKCOMPLETEMSG']._serialized_end=20631 + _globals['_SEEDHEADER']._serialized_start=20633 + _globals['_SEEDHEADER']._serialized_end=20661 + _globals['_SEEDHEADERMSG']._serialized_start=20663 + _globals['_SEEDHEADERMSG']._serialized_end=20759 + _globals['_SQLRUNNEREXCEPTION']._serialized_start=20761 + _globals['_SQLRUNNEREXCEPTION']._serialized_end=20854 + _globals['_SQLRUNNEREXCEPTIONMSG']._serialized_start=20856 + _globals['_SQLRUNNEREXCEPTIONMSG']._serialized_end=20968 + _globals['_LOGTESTRESULT']._serialized_start=20971 + _globals['_LOGTESTRESULT']._serialized_end=21139 + _globals['_LOGTESTRESULTMSG']._serialized_start=21141 + _globals['_LOGTESTRESULTMSG']._serialized_end=21243 + _globals['_LOGSTARTLINE']._serialized_start=21245 + _globals['_LOGSTARTLINE']._serialized_end=21352 + _globals['_LOGSTARTLINEMSG']._serialized_start=21354 + _globals['_LOGSTARTLINEMSG']._serialized_end=21454 + _globals['_LOGMODELRESULT']._serialized_start=21457 + _globals['_LOGMODELRESULT']._serialized_end=21606 + _globals['_LOGMODELRESULTMSG']._serialized_start=21608 + _globals['_LOGMODELRESULTMSG']._serialized_end=21712 + _globals['_LOGSNAPSHOTRESULT']._serialized_start=21715 + _globals['_LOGSNAPSHOTRESULT']._serialized_end=21989 + _globals['_LOGSNAPSHOTRESULT_CFGENTRY']._serialized_start=21947 + _globals['_LOGSNAPSHOTRESULT_CFGENTRY']._serialized_end=21989 + _globals['_LOGSNAPSHOTRESULTMSG']._serialized_start=21991 + _globals['_LOGSNAPSHOTRESULTMSG']._serialized_end=22101 + _globals['_LOGSEEDRESULT']._serialized_start=22104 + _globals['_LOGSEEDRESULT']._serialized_end=22289 + _globals['_LOGSEEDRESULTMSG']._serialized_start=22291 + _globals['_LOGSEEDRESULTMSG']._serialized_end=22393 + _globals['_LOGFRESHNESSRESULT']._serialized_start=22396 + _globals['_LOGFRESHNESSRESULT']._serialized_end=22569 + _globals['_LOGFRESHNESSRESULTMSG']._serialized_start=22571 + _globals['_LOGFRESHNESSRESULTMSG']._serialized_end=22683 + _globals['_LOGCANCELLINE']._serialized_start=22685 + _globals['_LOGCANCELLINE']._serialized_end=22719 + _globals['_LOGCANCELLINEMSG']._serialized_start=22721 + _globals['_LOGCANCELLINEMSG']._serialized_end=22823 + _globals['_DEFAULTSELECTOR']._serialized_start=22825 + _globals['_DEFAULTSELECTOR']._serialized_end=22856 + _globals['_DEFAULTSELECTORMSG']._serialized_start=22858 + _globals['_DEFAULTSELECTORMSG']._serialized_end=22964 + _globals['_NODESTART']._serialized_start=22966 + _globals['_NODESTART']._serialized_end=23019 + _globals['_NODESTARTMSG']._serialized_start=23021 + _globals['_NODESTARTMSG']._serialized_end=23115 + _globals['_NODEFINISHED']._serialized_start=23117 + _globals['_NODEFINISHED']._serialized_end=23220 + _globals['_NODEFINISHEDMSG']._serialized_start=23222 + _globals['_NODEFINISHEDMSG']._serialized_end=23322 + _globals['_QUERYCANCELATIONUNSUPPORTED']._serialized_start=23324 + _globals['_QUERYCANCELATIONUNSUPPORTED']._serialized_end=23367 + _globals['_QUERYCANCELATIONUNSUPPORTEDMSG']._serialized_start=23370 + _globals['_QUERYCANCELATIONUNSUPPORTEDMSG']._serialized_end=23500 + _globals['_CONCURRENCYLINE']._serialized_start=23502 + _globals['_CONCURRENCYLINE']._serialized_end=23581 + _globals['_CONCURRENCYLINEMSG']._serialized_start=23583 + _globals['_CONCURRENCYLINEMSG']._serialized_end=23689 + _globals['_WRITINGINJECTEDSQLFORNODE']._serialized_start=23691 + _globals['_WRITINGINJECTEDSQLFORNODE']._serialized_end=23760 + _globals['_WRITINGINJECTEDSQLFORNODEMSG']._serialized_start=23762 + _globals['_WRITINGINJECTEDSQLFORNODEMSG']._serialized_end=23888 + _globals['_NODECOMPILING']._serialized_start=23890 + _globals['_NODECOMPILING']._serialized_end=23947 + _globals['_NODECOMPILINGMSG']._serialized_start=23949 + _globals['_NODECOMPILINGMSG']._serialized_end=24051 + _globals['_NODEEXECUTING']._serialized_start=24053 + _globals['_NODEEXECUTING']._serialized_end=24110 + _globals['_NODEEXECUTINGMSG']._serialized_start=24112 + _globals['_NODEEXECUTINGMSG']._serialized_end=24214 + _globals['_LOGHOOKSTARTLINE']._serialized_start=24216 + _globals['_LOGHOOKSTARTLINE']._serialized_end=24325 + _globals['_LOGHOOKSTARTLINEMSG']._serialized_start=24327 + _globals['_LOGHOOKSTARTLINEMSG']._serialized_end=24435 + _globals['_LOGHOOKENDLINE']._serialized_start=24438 + _globals['_LOGHOOKENDLINE']._serialized_end=24585 + _globals['_LOGHOOKENDLINEMSG']._serialized_start=24587 + _globals['_LOGHOOKENDLINEMSG']._serialized_end=24691 + _globals['_SKIPPINGDETAILS']._serialized_start=24694 + _globals['_SKIPPINGDETAILS']._serialized_end=24841 + _globals['_SKIPPINGDETAILSMSG']._serialized_start=24843 + _globals['_SKIPPINGDETAILSMSG']._serialized_end=24949 + _globals['_NOTHINGTODO']._serialized_start=24951 + _globals['_NOTHINGTODO']._serialized_end=24964 + _globals['_NOTHINGTODOMSG']._serialized_start=24966 + _globals['_NOTHINGTODOMSG']._serialized_end=25064 + _globals['_RUNNINGOPERATIONUNCAUGHTERROR']._serialized_start=25066 + _globals['_RUNNINGOPERATIONUNCAUGHTERROR']._serialized_end=25110 + _globals['_RUNNINGOPERATIONUNCAUGHTERRORMSG']._serialized_start=25113 + _globals['_RUNNINGOPERATIONUNCAUGHTERRORMSG']._serialized_end=25247 + _globals['_ENDRUNRESULT']._serialized_start=25250 + _globals['_ENDRUNRESULT']._serialized_end=25397 + _globals['_ENDRUNRESULTMSG']._serialized_start=25399 + _globals['_ENDRUNRESULTMSG']._serialized_end=25499 + _globals['_NONODESSELECTED']._serialized_start=25501 + _globals['_NONODESSELECTED']._serialized_end=25518 + _globals['_NONODESSELECTEDMSG']._serialized_start=25520 + _globals['_NONODESSELECTEDMSG']._serialized_end=25626 + _globals['_COMMANDCOMPLETED']._serialized_start=25628 + _globals['_COMMANDCOMPLETED']._serialized_end=25747 + _globals['_COMMANDCOMPLETEDMSG']._serialized_start=25749 + _globals['_COMMANDCOMPLETEDMSG']._serialized_end=25857 + _globals['_SHOWNODE']._serialized_start=25859 + _globals['_SHOWNODE']._serialized_end=25966 + _globals['_SHOWNODEMSG']._serialized_start=25968 + _globals['_SHOWNODEMSG']._serialized_end=26060 + _globals['_COMPILEDNODE']._serialized_start=26062 + _globals['_COMPILEDNODE']._serialized_end=26174 + _globals['_COMPILEDNODEMSG']._serialized_start=26176 + _globals['_COMPILEDNODEMSG']._serialized_end=26276 + _globals['_CATCHABLEEXCEPTIONONRUN']._serialized_start=26278 + _globals['_CATCHABLEEXCEPTIONONRUN']._serialized_end=26376 + _globals['_CATCHABLEEXCEPTIONONRUNMSG']._serialized_start=26378 + _globals['_CATCHABLEEXCEPTIONONRUNMSG']._serialized_end=26500 + _globals['_INTERNALERRORONRUN']._serialized_start=26502 + _globals['_INTERNALERRORONRUN']._serialized_end=26597 + _globals['_INTERNALERRORONRUNMSG']._serialized_start=26599 + _globals['_INTERNALERRORONRUNMSG']._serialized_end=26711 + _globals['_GENERICEXCEPTIONONRUN']._serialized_start=26713 + _globals['_GENERICEXCEPTIONONRUN']._serialized_end=26830 + _globals['_GENERICEXCEPTIONONRUNMSG']._serialized_start=26832 + _globals['_GENERICEXCEPTIONONRUNMSG']._serialized_end=26950 + _globals['_NODECONNECTIONRELEASEERROR']._serialized_start=26952 + _globals['_NODECONNECTIONRELEASEERROR']._serialized_end=27030 + _globals['_NODECONNECTIONRELEASEERRORMSG']._serialized_start=27033 + _globals['_NODECONNECTIONRELEASEERRORMSG']._serialized_end=27161 + _globals['_FOUNDSTATS']._serialized_start=27163 + _globals['_FOUNDSTATS']._serialized_end=27194 + _globals['_FOUNDSTATSMSG']._serialized_start=27196 + _globals['_FOUNDSTATSMSG']._serialized_end=27292 + _globals['_MAINKEYBOARDINTERRUPT']._serialized_start=27294 + _globals['_MAINKEYBOARDINTERRUPT']._serialized_end=27317 + _globals['_MAINKEYBOARDINTERRUPTMSG']._serialized_start=27319 + _globals['_MAINKEYBOARDINTERRUPTMSG']._serialized_end=27437 + _globals['_MAINENCOUNTEREDERROR']._serialized_start=27439 + _globals['_MAINENCOUNTEREDERROR']._serialized_end=27474 + _globals['_MAINENCOUNTEREDERRORMSG']._serialized_start=27476 + _globals['_MAINENCOUNTEREDERRORMSG']._serialized_end=27592 + _globals['_MAINSTACKTRACE']._serialized_start=27594 + _globals['_MAINSTACKTRACE']._serialized_end=27631 + _globals['_MAINSTACKTRACEMSG']._serialized_start=27633 + _globals['_MAINSTACKTRACEMSG']._serialized_end=27737 + _globals['_TIMINGINFOCOLLECTED']._serialized_start=27739 + _globals['_TIMINGINFOCOLLECTED']._serialized_end=27851 + _globals['_TIMINGINFOCOLLECTEDMSG']._serialized_start=27853 + _globals['_TIMINGINFOCOLLECTEDMSG']._serialized_end=27967 + _globals['_LOGDEBUGSTACKTRACE']._serialized_start=27969 + _globals['_LOGDEBUGSTACKTRACE']._serialized_end=28007 + _globals['_LOGDEBUGSTACKTRACEMSG']._serialized_start=28009 + _globals['_LOGDEBUGSTACKTRACEMSG']._serialized_end=28121 + _globals['_CHECKCLEANPATH']._serialized_start=28123 + _globals['_CHECKCLEANPATH']._serialized_end=28153 + _globals['_CHECKCLEANPATHMSG']._serialized_start=28155 + _globals['_CHECKCLEANPATHMSG']._serialized_end=28259 + _globals['_CONFIRMCLEANPATH']._serialized_start=28261 + _globals['_CONFIRMCLEANPATH']._serialized_end=28293 + _globals['_CONFIRMCLEANPATHMSG']._serialized_start=28295 + _globals['_CONFIRMCLEANPATHMSG']._serialized_end=28403 + _globals['_PROTECTEDCLEANPATH']._serialized_start=28405 + _globals['_PROTECTEDCLEANPATH']._serialized_end=28439 + _globals['_PROTECTEDCLEANPATHMSG']._serialized_start=28441 + _globals['_PROTECTEDCLEANPATHMSG']._serialized_end=28553 + _globals['_FINISHEDCLEANPATHS']._serialized_start=28555 + _globals['_FINISHEDCLEANPATHS']._serialized_end=28575 + _globals['_FINISHEDCLEANPATHSMSG']._serialized_start=28577 + _globals['_FINISHEDCLEANPATHSMSG']._serialized_end=28689 + _globals['_OPENCOMMAND']._serialized_start=28691 + _globals['_OPENCOMMAND']._serialized_end=28744 + _globals['_OPENCOMMANDMSG']._serialized_start=28746 + _globals['_OPENCOMMANDMSG']._serialized_end=28844 + _globals['_SERVINGDOCSPORT']._serialized_start=28846 + _globals['_SERVINGDOCSPORT']._serialized_end=28894 + _globals['_SERVINGDOCSPORTMSG']._serialized_start=28896 + _globals['_SERVINGDOCSPORTMSG']._serialized_end=29002 + _globals['_SERVINGDOCSACCESSINFO']._serialized_start=29004 + _globals['_SERVINGDOCSACCESSINFO']._serialized_end=29041 + _globals['_SERVINGDOCSACCESSINFOMSG']._serialized_start=29043 + _globals['_SERVINGDOCSACCESSINFOMSG']._serialized_end=29161 + _globals['_SERVINGDOCSEXITINFO']._serialized_start=29163 + _globals['_SERVINGDOCSEXITINFO']._serialized_end=29184 + _globals['_SERVINGDOCSEXITINFOMSG']._serialized_start=29186 + _globals['_SERVINGDOCSEXITINFOMSG']._serialized_end=29300 + _globals['_RUNRESULTWARNING']._serialized_start=29302 + _globals['_RUNRESULTWARNING']._serialized_end=29376 + _globals['_RUNRESULTWARNINGMSG']._serialized_start=29378 + _globals['_RUNRESULTWARNINGMSG']._serialized_end=29486 + _globals['_RUNRESULTFAILURE']._serialized_start=29488 + _globals['_RUNRESULTFAILURE']._serialized_end=29562 + _globals['_RUNRESULTFAILUREMSG']._serialized_start=29564 + _globals['_RUNRESULTFAILUREMSG']._serialized_end=29672 + _globals['_STATSLINE']._serialized_start=29674 + _globals['_STATSLINE']._serialized_end=29781 + _globals['_STATSLINE_STATSENTRY']._serialized_start=29737 + _globals['_STATSLINE_STATSENTRY']._serialized_end=29781 + _globals['_STATSLINEMSG']._serialized_start=29783 + _globals['_STATSLINEMSG']._serialized_end=29877 + _globals['_RUNRESULTERROR']._serialized_start=29879 + _globals['_RUNRESULTERROR']._serialized_end=29908 + _globals['_RUNRESULTERRORMSG']._serialized_start=29910 + _globals['_RUNRESULTERRORMSG']._serialized_end=30014 + _globals['_RUNRESULTERRORNOMESSAGE']._serialized_start=30016 + _globals['_RUNRESULTERRORNOMESSAGE']._serialized_end=30057 + _globals['_RUNRESULTERRORNOMESSAGEMSG']._serialized_start=30059 + _globals['_RUNRESULTERRORNOMESSAGEMSG']._serialized_end=30181 + _globals['_SQLCOMPILEDPATH']._serialized_start=30183 + _globals['_SQLCOMPILEDPATH']._serialized_end=30214 + _globals['_SQLCOMPILEDPATHMSG']._serialized_start=30216 + _globals['_SQLCOMPILEDPATHMSG']._serialized_end=30322 + _globals['_CHECKNODETESTFAILURE']._serialized_start=30324 + _globals['_CHECKNODETESTFAILURE']._serialized_end=30369 + _globals['_CHECKNODETESTFAILUREMSG']._serialized_start=30371 + _globals['_CHECKNODETESTFAILUREMSG']._serialized_end=30487 + _globals['_ENDOFRUNSUMMARY']._serialized_start=30489 + _globals['_ENDOFRUNSUMMARY']._serialized_end=30576 + _globals['_ENDOFRUNSUMMARYMSG']._serialized_start=30578 + _globals['_ENDOFRUNSUMMARYMSG']._serialized_end=30684 + _globals['_LOGSKIPBECAUSEERROR']._serialized_start=30686 + _globals['_LOGSKIPBECAUSEERROR']._serialized_end=30771 + _globals['_LOGSKIPBECAUSEERRORMSG']._serialized_start=30773 + _globals['_LOGSKIPBECAUSEERRORMSG']._serialized_end=30887 + _globals['_ENSUREGITINSTALLED']._serialized_start=30889 + _globals['_ENSUREGITINSTALLED']._serialized_end=30909 + _globals['_ENSUREGITINSTALLEDMSG']._serialized_start=30911 + _globals['_ENSUREGITINSTALLEDMSG']._serialized_end=31023 + _globals['_DEPSCREATINGLOCALSYMLINK']._serialized_start=31025 + _globals['_DEPSCREATINGLOCALSYMLINK']._serialized_end=31051 + _globals['_DEPSCREATINGLOCALSYMLINKMSG']._serialized_start=31053 + _globals['_DEPSCREATINGLOCALSYMLINKMSG']._serialized_end=31177 + _globals['_DEPSSYMLINKNOTAVAILABLE']._serialized_start=31179 + _globals['_DEPSSYMLINKNOTAVAILABLE']._serialized_end=31204 + _globals['_DEPSSYMLINKNOTAVAILABLEMSG']._serialized_start=31206 + _globals['_DEPSSYMLINKNOTAVAILABLEMSG']._serialized_end=31328 + _globals['_DISABLETRACKING']._serialized_start=31330 + _globals['_DISABLETRACKING']._serialized_end=31347 + _globals['_DISABLETRACKINGMSG']._serialized_start=31349 + _globals['_DISABLETRACKINGMSG']._serialized_end=31455 + _globals['_SENDINGEVENT']._serialized_start=31457 + _globals['_SENDINGEVENT']._serialized_end=31487 + _globals['_SENDINGEVENTMSG']._serialized_start=31489 + _globals['_SENDINGEVENTMSG']._serialized_end=31589 + _globals['_SENDEVENTFAILURE']._serialized_start=31591 + _globals['_SENDEVENTFAILURE']._serialized_end=31609 + _globals['_SENDEVENTFAILUREMSG']._serialized_start=31611 + _globals['_SENDEVENTFAILUREMSG']._serialized_end=31719 + _globals['_FLUSHEVENTS']._serialized_start=31721 + _globals['_FLUSHEVENTS']._serialized_end=31734 + _globals['_FLUSHEVENTSMSG']._serialized_start=31736 + _globals['_FLUSHEVENTSMSG']._serialized_end=31834 + _globals['_FLUSHEVENTSFAILURE']._serialized_start=31836 + _globals['_FLUSHEVENTSFAILURE']._serialized_end=31856 + _globals['_FLUSHEVENTSFAILUREMSG']._serialized_start=31858 + _globals['_FLUSHEVENTSFAILUREMSG']._serialized_end=31970 + _globals['_TRACKINGINITIALIZEFAILURE']._serialized_start=31972 + _globals['_TRACKINGINITIALIZEFAILURE']._serialized_end=32017 + _globals['_TRACKINGINITIALIZEFAILUREMSG']._serialized_start=32019 + _globals['_TRACKINGINITIALIZEFAILUREMSG']._serialized_end=32145 + _globals['_RUNRESULTWARNINGMESSAGE']._serialized_start=32147 + _globals['_RUNRESULTWARNINGMESSAGE']._serialized_end=32185 + _globals['_RUNRESULTWARNINGMESSAGEMSG']._serialized_start=32187 + _globals['_RUNRESULTWARNINGMESSAGEMSG']._serialized_end=32309 + _globals['_DEBUGCMDOUT']._serialized_start=32311 + _globals['_DEBUGCMDOUT']._serialized_end=32337 + _globals['_DEBUGCMDOUTMSG']._serialized_start=32339 + _globals['_DEBUGCMDOUTMSG']._serialized_end=32437 + _globals['_DEBUGCMDRESULT']._serialized_start=32439 + _globals['_DEBUGCMDRESULT']._serialized_end=32468 + _globals['_DEBUGCMDRESULTMSG']._serialized_start=32470 + _globals['_DEBUGCMDRESULTMSG']._serialized_end=32574 + _globals['_LISTCMDOUT']._serialized_start=32576 + _globals['_LISTCMDOUT']._serialized_end=32601 + _globals['_LISTCMDOUTMSG']._serialized_start=32603 + _globals['_LISTCMDOUTMSG']._serialized_end=32699 + _globals['_RESOURCEREPORT']._serialized_start=32702 + _globals['_RESOURCEREPORT']._serialized_end=32938 + _globals['_RESOURCEREPORTMSG']._serialized_start=32940 + _globals['_RESOURCEREPORTMSG']._serialized_end=33044 # @@protoc_insertion_point(module_scope) diff --git a/core/dbt/include/__init__.py b/core/dbt/include/__init__.py new file mode 100644 index 00000000000..b36383a6102 --- /dev/null +++ b/core/dbt/include/__init__.py @@ -0,0 +1,3 @@ +from pkgutil import extend_path + +__path__ = extend_path(__path__, __name__) diff --git a/core/dbt/task/init.py b/core/dbt/task/init.py index 0b6f4fb22d6..aa7e942c206 100644 --- a/core/dbt/task/init.py +++ b/core/dbt/task/init.py @@ -32,10 +32,6 @@ ProjectCreated, ) -from dbt.include.starter_project import PACKAGE_PATH as starter_project_directory - -from dbt.include.global_project import PROJECT_NAME as GLOBAL_PROJECT_NAME - from dbt.task.base import BaseTask, move_to_nearest_project_dir DOCS_URL = "https://docs.getdbt.com/docs/configure-your-profile" @@ -57,7 +53,10 @@ class InitTask(BaseTask): - def copy_starter_repo(self, project_name): + def copy_starter_repo(self, project_name: str) -> None: + # Lazy import to avoid ModuleNotFoundError + from dbt.include.starter_project import PACKAGE_PATH as starter_project_directory + fire_event(StarterProjectPath(dir=starter_project_directory)) shutil.copytree( starter_project_directory, project_name, ignore=shutil.ignore_patterns(*IGNORE_FILES) @@ -265,6 +264,10 @@ def setup_profile(self, profile_name: str) -> None: def get_valid_project_name(self) -> str: """Returns a valid project name, either from CLI arg or user prompt.""" + + # Lazy import to avoid ModuleNotFoundError + from dbt.include.global_project import PROJECT_NAME as GLOBAL_PROJECT_NAME + name = self.args.project_name internal_package_names = {GLOBAL_PROJECT_NAME} available_adapters = list(_get_adapter_plugin_names()) diff --git a/dev-requirements.txt b/dev-requirements.txt index c5cef2f073f..f6580a300aa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,6 @@ git+https://github.com/dbt-labs/dbt-adapters.git@main +git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter +git+https://github.com/dbt-labs/dbt-common.git@main git+https://github.com/dbt-labs/dbt-postgres.git@main black==23.3.0 bumpversion