mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 05:58:31 +00:00
Fix Profiler documentation (#8136)
This commit is contained in:
parent
2349684ab1
commit
0b74d3456d
@ -431,9 +431,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -476,12 +476,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -384,9 +384,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -429,12 +429,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -424,9 +424,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -469,12 +469,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -377,9 +377,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -422,12 +422,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -594,9 +594,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -639,12 +639,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -551,9 +551,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -596,12 +596,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -508,9 +508,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -553,12 +553,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -465,9 +465,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -510,12 +510,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -418,9 +418,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -463,12 +463,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -371,9 +371,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -416,12 +416,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -420,9 +420,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -465,12 +465,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -373,9 +373,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -418,12 +418,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -421,9 +421,9 @@ processor:
|
||||
config:
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -466,12 +466,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -373,9 +373,9 @@ processor:
|
||||
config:
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -418,12 +418,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -420,9 +420,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -465,12 +465,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -373,9 +373,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -418,12 +418,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -419,9 +419,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -464,12 +464,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -372,9 +372,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -417,12 +417,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -508,9 +508,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -553,12 +553,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -466,9 +466,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -511,12 +511,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -419,9 +419,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -464,12 +464,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -372,9 +372,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -417,12 +417,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -428,9 +428,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -473,12 +473,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -381,9 +381,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -426,12 +426,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -431,9 +431,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -476,12 +476,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -384,9 +384,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -429,12 +429,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -426,9 +426,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -471,12 +471,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -379,9 +379,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -424,12 +424,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -519,9 +519,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -563,12 +563,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -476,9 +476,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -520,12 +520,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -423,9 +423,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -468,12 +468,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -376,9 +376,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -421,12 +421,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -419,9 +419,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -464,12 +464,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -372,9 +372,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -417,12 +417,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -538,9 +538,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -583,12 +583,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -494,9 +494,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -539,12 +539,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -433,9 +433,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -478,12 +478,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -386,9 +386,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -431,12 +431,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -419,9 +419,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -464,12 +464,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
@ -372,9 +372,9 @@ processor:
|
||||
config: {} # Remove braces if adding properties
|
||||
# tableConfig:
|
||||
# - fullyQualifiedName: <table fqn>
|
||||
# profileSample: <number between 0 and 99>
|
||||
# profileSample: <number between 0 and 99> # default will be 100 if omitted
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# columnConfig:
|
||||
# profileQuery: <query to use for sampling data for the profiler>
|
||||
# excludeColumns:
|
||||
# - <column name>
|
||||
# includeColumns:
|
||||
@ -417,12 +417,12 @@ processor:
|
||||
tableConfig:
|
||||
- fullyQualifiedName: <table fqn>
|
||||
profileSample: <number between 0 and 99>
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
columnConfig:
|
||||
partitionConfig:
|
||||
partitionField: <field to use as a partition field>
|
||||
partitionQueryDuration: <for date/datetime partitioning based set the offset from today>
|
||||
partitionValues: <values to uses as a predicate for the query>
|
||||
profileQuery: <query to use for sampling data for the profiler>
|
||||
excludeColumns:
|
||||
- <column name>
|
||||
includeColumns:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user