# Dremio Tasks
This module contains a collection of tasks for interacting with Dremio Query Engine via the pyarrow library.
# DremioFetch
class
prefect.tasks.dremio.dremio.DremioFetch
(user, password, host, port=32010, query=None, **kwargs)[source]Task for fetching results of a query using Dremio Query Engine.
Args:
user (str)
: user name used to authenticatepassword (str)
: password used to authenticatehost (str)
: Dremio host addressport (int, optional)
: port used to connect to FlightClient, defaults to 32010 if not providedquery (str, optional)
: query to execute against Dremio**kwargs (Any, optional)
: additional keyword arguments to pass to the Task constructor
methods: |
---|
prefect.tasks.dremio.dremio.DremioFetch.run (user, password, host, port, query)[source] |
Task run method. Executes a query against Dremio and fetches results.
|
This documentation was auto-generated from commit n/a
on July 1, 2021 at 18:35 UTC