Skip to content

Commit

Permalink
[sdlf-stage-glue] remove pOrg and pDomain requirements, not used for …
Browse files Browse the repository at this point in the history
…anything
  • Loading branch information
cnfait committed Nov 21, 2024
1 parent b90758b commit 8ae342c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
10 changes: 0 additions & 10 deletions sdlf-stage-glue/src/glue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ Parameters:
Description: Glue crawler for the dataset
Type: String
Default: "{{resolve:ssm:/sdlf/dataset/rStageGlueCrawler/dev}}"
pOrg:
Description: Name of the organization owning the datalake
Type: String
Default: "{{resolve:ssm:/sdlf/storage/rOrganization/dev}}"
pDomain:
Description: Data domain name
Type: String
Default: "{{resolve:ssm:/sdlf/storage/rDomain/dev}}"
pRawBucket:
Description: Raw bucket
Type: String
Expand Down Expand Up @@ -137,8 +129,6 @@ Globals:
DATASET: !Ref pDataset
PIPELINE: !Ref pPipeline
PIPELINE_STAGE: !Ref pStageName
ORG: !Ref pOrg
DOMAIN: !Ref pDomain
DEPLOYMENT_INSTANCE: !Ref pDeploymentInstance
STORAGE_DEPLOYMENT_INSTANCE: dev # TODO
DATASET_DEPLOYMENT_INSTANCE: dev # TODO
Expand Down
2 changes: 0 additions & 2 deletions sdlf-stage-glue/src/lambda/error/src/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
dataset = os.environ["DATASET"]
pipeline = os.environ["PIPELINE"]
pipeline_stage = os.environ["PIPELINE_STAGE"]
org = os.environ["ORG"]
domain = os.environ["DOMAIN"]
deployment_instance = os.environ["DEPLOYMENT_INSTANCE"]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
dataset = os.environ["DATASET"]
pipeline = os.environ["PIPELINE"]
pipeline_stage = os.environ["PIPELINE_STAGE"]
org = os.environ["ORG"]
domain = os.environ["DOMAIN"]
deployment_instance = os.environ["DEPLOYMENT_INSTANCE"]
object_metadata_table_instance = os.environ["STORAGE_DEPLOYMENT_INSTANCE"]
peh_table_instance = os.environ["DATASET_DEPLOYMENT_INSTANCE"]
Expand Down
2 changes: 0 additions & 2 deletions sdlf-stage-glue/src/lambda/routing/src/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
dataset = os.environ["DATASET"]
pipeline = os.environ["PIPELINE"]
pipeline_stage = os.environ["PIPELINE_STAGE"]
org = os.environ["ORG"]
domain = os.environ["DOMAIN"]
deployment_instance = os.environ["DEPLOYMENT_INSTANCE"]
object_metadata_table_instance = os.environ["STORAGE_DEPLOYMENT_INSTANCE"]
peh_table_instance = os.environ["DATASET_DEPLOYMENT_INSTANCE"]
Expand Down

0 comments on commit 8ae342c

Please sign in to comment.