Adam Brusselback
with Flow("test") as flow: client_name = Parameter('client_name', default='client_demo') client_context = get_client_context("C:/.secrets/client/", client_name) db_exec = PostgresExecute( host=get_value(client_context, 'oltp_host'), db_name=get_value(client_context, 'oltp_database'), user=get_value(client_context, 'oltp_user'), query="SELECT do_something()" ) result = db_exec(password=get_value(client_context, 'oltp_pass'))
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.