Guilherme Petris
12/06/2021, 10:13 AMfrom analytics_toolbox.analytics_toolbox import *
from analytics_toolbox.analytics_toolbox import PendoUtils as pendo_utils
from analytics_toolbox.analytics_toolbox import SnowflakeUtils as snowflake_utils
from prefect import task, Flow
from prefect.utilities.notifications import slack_notifier
@task ()
def main():
......
with Flow("pendo_featureEvents") as flow:
main()
flow.register(project_name="pendo_api")
Anna Geller
12/06/2021, 10:20 AMprefect register --project yourproject -p yourflow.py
Guilherme Petris
12/06/2021, 10:37 AMAnna Geller
12/06/2021, 12:08 PMGuilherme Petris
12/06/2021, 2:20 PMAnna Geller
12/06/2021, 2:39 PMGuilherme Petris
12/06/2021, 3:27 PMAnna Geller
12/06/2021, 3:34 PM