Skip to content

Commit

Permalink
bring back civicaddress, it is fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
bitslayer42 committed Feb 20, 2024
1 parent 33e82ca commit 1122b28
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"asset_name": "bc_civicaddress_table.lib",
"run_group": "daily",
"active": true,
"tasks": [
{
"type": "table_copy",
"active": true,
"source_location": {
"asset": "bc_civicaddress_table.wh"
},
"target_location": {
"asset": "bc_civicaddress_table.lib"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"asset_name": "bc_civicaddress_table.lib",
"display_name": "bc_civicaddress_table.lib",
"description": "bc_civicaddress_table table from County",
"location": {
"tablename": "bc_civicaddress_table",
"connection": "pubrecdb1/mdastore1/dbadmin",
"schemaname": "internal"
},
"asset_type": "data",
"owner_id": null,
"notes": null,
"link": null,
"active": true,
"depends": [
"bc_civicaddress_table.wh"
],
"tags": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"asset_name": "bc_civicaddress_table.wh",
"display_name": "bc_civicaddress_table.wh",
"description": "bc_civicaddress_table table from County",
"location": {
"tablename": "bc_civicaddress_table",
"connection": "gis-warehouse/coagiswarehouse/coagis",
"schemaname": "coagis"
},
"asset_type": "data",
"owner_id": null,
"notes": null,
"link": null,
"active": true,
"depends": [],
"tags": []
}

0 comments on commit 1122b28

Please sign in to comment.