You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to run this grouped together with the data scraping/preprocessing. We also want to be able to run this separately from the other steps in the workflow.
This will be complete when:
data_processing2.py is converted to a python class
An executable is created to run just the executable portion of data_processing2
The execution of data_processing2.py is linked into the larger data pipeline through an classmethod call.
The text was updated successfully, but these errors were encountered:
We want to be able to run this grouped together with the data scraping/preprocessing. We also want to be able to run this separately from the other steps in the workflow.
This will be complete when:
data_processing2.py is converted to a python class
An executable is created to run just the executable portion of data_processing2
The execution of data_processing2.py is linked into the larger data pipeline through an classmethod call.
The text was updated successfully, but these errors were encountered: