-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial Commit * Revert "added hotfix for warehouse_spec_silver (#1154)" (#1171) This reverts commit 54b2549. * increase to 60 days hard limit for clusters/events (#1170) * removing 30days hard limit for clusters/events * changing 30days to 60 days hard limit for clusters/events * wasbs check added (#1176) * 1059 incorrect dbu (#1181) * adding code for automated clusters * adding code to calculate accurate cost for parallel task jobs * lag added (#1186) * readtimeout increased (#1189) * 1180 rebuild cluster snapshot bronze using clusterget api call instead of clusterlist api call (#1185) * Rebuild Cluster_Snapshot_bronze using cluster/get * Added makeParallelApiCalls for Parallel API Calls * Changed Variable name in getClusterSnapshotBronze * Change Parallelize API call * Removed Unncessary Print Statements * Removed fetchClusterDetails Function * Added clusters_snapshot_error_bronze for Error Snapshot Records * Added Logger in prepClusterSnapshot * Removed the duplicate snapshot table * Removed Prinln Statements * Removed print Statement * Removed NEw Schema in Pipeline Target Table * Removed Reductant Spaces * Change in PipelineTargets.scala * Change DataframeColumn from cluster_id to cluster_name * added setBatchPersist in ClusterGetApi * Removed extra fields from error table * Removed clusterIDs for Negative Test Case * Added Missing Job Clusters * Added try catch in JobClusterDF in prepClusterSnapshot * Added cluster List clusterIDs in Snapshot * Removed Select Clause from PrepCLuserSnapshot * Removed clusterSnapSchema * Changed Print Statement with Logger statement * Removed duplicated clusterSnapSchema * Added getParallelAPIParams trait in ApiMeta.scala * Removed multiple usage of getParallelAPIParams * Removed Unused Varibles * Added minor changes on logging messages * Added Generic Functions to get cluster_id for Service_name as clusters and jobs * Added some minor changes as per comment * Added single msg variable * async api call error resolved (#1163) * async api call error resolved * async api call error resolved * removing 30days hard limit for clusters/events * exception handling done * review comments implemented * review comments implemented * Removed the reductant Column names in Snapshot Bronze (#1193) * Removed the reductant Column names in Snapshot Bronze * Removed Print Statements * Change the logic for renaming KeepAlive * Added comments for better understanding * Removed unused Functions * Initializer calling fixed for multiworkspace (#1194) * Initializer calling fixed for multiworkspace * review comment implemented * Added change missed in Rebase (#1198) --------- Co-authored-by: Sriram Mohanty <[email protected]> Co-authored-by: Aman <[email protected]> Co-authored-by: Sourav Banerjee <[email protected]>
- Loading branch information
1 parent
4cf9e37
commit b3a4c2a
Showing
12 changed files
with
420 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.