Skip to content

Commit

Permalink
The CreateJobs sisulet will now save any schedules on the job by deta…
Browse files Browse the repository at this point in the history
…ching them before and attaching them after the job is recreated.
  • Loading branch information
Roenbaeck committed Apr 26, 2016
1 parent 3aaf266 commit f0e5ac0
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 116 deletions.
16 changes: 8 additions & 8 deletions Example/sources/source.sql
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ GO
-- _timestamp
-- The time the row was created.
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[NYPD_Vehicle_CreateRawTable] (
Expand Down Expand Up @@ -226,7 +226,7 @@ GO
-- the target of the BULK INSERT operation, since it cannot insert
-- into a table with multiple columns without a format file.
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[NYPD_Vehicle_CreateInsertView] (
Expand Down Expand Up @@ -296,7 +296,7 @@ GO
-- This job may called multiple times in a workflow when more than
-- one file matching a given filename pattern is found.
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[NYPD_Vehicle_BulkInsert] (
Expand Down Expand Up @@ -425,7 +425,7 @@ GO
-- Create: NYPD_Vehicle_Collision_Split
-- Create: NYPD_Vehicle_CollisionMetadata_Split
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[NYPD_Vehicle_CreateSplitViews] (
Expand Down Expand Up @@ -707,7 +707,7 @@ GO
-- Create: NYPD_Vehicle_Collision_Error
-- Create: NYPD_Vehicle_CollisionMetadata_Error
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[NYPD_Vehicle_CreateErrorViews] (
Expand Down Expand Up @@ -817,7 +817,7 @@ GO
-- Create: NYPD_Vehicle_Collision_Typed
-- Create: NYPD_Vehicle_CollisionMetadata_Typed
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[NYPD_Vehicle_CreateTypedTables] (
Expand Down Expand Up @@ -926,7 +926,7 @@ GO
-- Load: NYPD_Vehicle_Collision_Split into NYPD_Vehicle_Collision_Typed
-- Load: NYPD_Vehicle_CollisionMetadata_Split into NYPD_Vehicle_CollisionMetadata_Typed
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[NYPD_Vehicle_SplitRawIntoTyped] (
Expand Down Expand Up @@ -1106,7 +1106,7 @@ GO
-- Key: CrossStreet (as primary key)
-- Key: CollisionOrder (as primary key)
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[NYPD_Vehicle_AddKeysToTyped] (
Expand Down
8 changes: 4 additions & 4 deletions Example/targets/target.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GO
-- Map: StreetName to ST_NAM_Street_Name (as natural key)
-- Map: metadata_CO_ID to Metadata_ST (as metadata)
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[lST_Street__NYPD_Vehicle_Collision_Typed] (
Expand Down Expand Up @@ -131,7 +131,7 @@ GO
-- Map: IS_ID_of to IS_ID (as surrogate key)
-- Map: metadata_CO_ID to Metadata_IS (as metadata)
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[lIS_Intersection__NYPD_Vehicle_Collision_Typed__1] (
Expand Down Expand Up @@ -259,7 +259,7 @@ GO
-- Map: IS_ID_of to IS_ID_of
-- Map: metadata_CO_ID to Metadata_ST_intersecting_IS_of_ST_crossing (as metadata)
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[lST_intersecting_IS_of_ST_crossing__NYPD_Vehicle_Collision_Typed] (
Expand Down Expand Up @@ -429,7 +429,7 @@ GO
-- Map: CollisionKilledCount to IS_KIL_Intersection_KilledCount
-- Map: ChangedAt to IS_KIL_ChangedAt
--
-- Generated: Fri Feb 19 10:03:02 UTC+0100 2016 by e-lronnback
-- Generated: Tue Apr 26 16:11:25 UTC+0200 2016 by e-lronnback
-- From: TSE-9B50TY1 in the CORPNET domain
--------------------------------------------------------------------------
CREATE PROCEDURE [etl].[lIS_Intersection__NYPD_Vehicle_Collision_Typed__2] (
Expand Down
Loading

0 comments on commit f0e5ac0

Please sign in to comment.