mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-24 19:20:16 -07:00
Github Actions for Staging Backend (#1281)
* Github Actions for Staging Backend * trigger run
This commit is contained in:
parent
0a6b490109
commit
82809a5123
7 changed files with 118 additions and 87 deletions
|
@ -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
|
||||
# Create directory if it doesn't exist already
|
||||
tmp_path.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
return tmp_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue