Skip to content

Commit

Permalink
add analyze_table:false directive
Browse files Browse the repository at this point in the history
  • Loading branch information
eiffel777 committed Jul 6, 2021
1 parent 6d4d1c5 commit d45547e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configuration/etl/etl_pipelines.d/federated-historical.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,21 @@
"name": "instance-job-record",
"definition_file": "federated/jobs/job-records-historical.json",
"description": "Job records *requires: -d instance_name*",
"analyze_table": false,
"truncate_destination": false
},
{
"name": "instance-job-task",
"definition_file": "federated/jobs/job-tasks-historical.json",
"description": "Job tasks *requires: -d instance_name*",
"analyze_table": false,
"truncate_destination": false
},
{
"name": "instance-jobhosts",
"definition_file": "federated/jobs/jobhosts-historical.json",
"description": "Job Hosts *requires: -d instance_name*",
"analyze_table": false,
"truncate_destination": false
},
{
Expand Down
3 changes: 3 additions & 0 deletions configuration/etl/etl_pipelines.d/federated.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,21 @@
"name": "instance-job-record",
"definition_file": "federated/jobs/job-records.json",
"description": "Job records *requires: -d instance_name*",
"analyze_table": false,
"truncate_destination": false
},
{
"name": "instance-job-task",
"definition_file": "federated/jobs/job-tasks.json",
"description": "Job tasks *requires: -d instance_name*",
"analyze_table": false,
"truncate_destination": false
},
{
"name": "instance-jobhosts",
"definition_file": "federated/jobs/jobhosts.json",
"description": "Job Hosts *requires: -d instance_name*",
"analyze_table": false,
"truncate_destination": false
},
{
Expand Down

0 comments on commit d45547e

Please sign in to comment.