Test Staging Data Backend (#1282)

* Test Staging Data Backend

* action updates
This commit is contained in:
Jorge Escobar 2022-02-16 16:45:59 -05:00 committed by GitHub
commit 59862a098e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 48 deletions

View file

@ -104,7 +104,7 @@ class ExtractTransformLoad:
# of the instance which is often a child class.
tmp_path = self.DATA_PATH / "tmp" / str(self.__class__.__name__)
# Create directory if it doesn't exist already
# Create directory if it doesn't exist
tmp_path.mkdir(parents=True, exist_ok=True)
return tmp_path