Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 420ad75

Browse files
Rename example
1 parent 8e5c58b commit 420ad75

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

03 - Luigi and Kubernetes/02 - Add Kubernetes/src/preprocess/simple_workflow_kubernetes.py renamed to 03 - Luigi and Kubernetes/02 - Combine kubernetes and luigi/src/preprocess/simple_workflow_kubernetes.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ class PreprocessAllFiles(luigi.WrapperTask):
5555
# gist where the CSV files are stored
5656
gist_url = 'https://gist.githubusercontent.com/falknerdominik/425d72f02bd58cb5d42c3ddc328f505f/raw/4ad926e347d01f45496ded5292af9a5a5d67c850/'
5757
# connection string obtained for the storage unit via azure
58-
# azure_connection_string = '<Insert-Connection-String>'
59-
azure_connection_string = 'DefaultEndpointsProtocol=https;AccountName=storageaccountclc;AccountKey=soGFPvXy+lmdLUvj3v0qK7q0rtHe5kdNBL4w2cQd6qqhQ7py5CJQDUEvyqq6AyWnn+AWV/kiIStjDQgXlri7ng==;EndpointSuffix=core.windows.net'
60-
# container_name = '<Insert-Container-Name>'
61-
container_name = 'clcstoragecontainer'
58+
azure_connection_string = '<Insert-Connection-String>'
59+
container_name = '<Insert-Container-Name>'
6260

6361
def requires(self) -> Generator[luigi.Task, None, None]:
6462
for filename in ['test_file1.CSV', 'test_file2.CSV']:

0 commit comments

Comments
 (0)