pub struct AirflowIntegration;Expand description
Apache Airflow integration.
Implementations§
Source§impl AirflowIntegration
impl AirflowIntegration
Sourcepub fn export_workflow(workflow: &WorkflowDefinition) -> Result<String>
pub fn export_workflow(workflow: &WorkflowDefinition) -> Result<String>
Export workflow to Airflow DAG format (Python).
Sourcepub fn import_workflow(_dag_code: &str) -> Result<WorkflowDefinition>
pub fn import_workflow(_dag_code: &str) -> Result<WorkflowDefinition>
Import workflow from Airflow DAG.
Auto Trait Implementations§
impl Freeze for AirflowIntegration
impl RefUnwindSafe for AirflowIntegration
impl Send for AirflowIntegration
impl Sync for AirflowIntegration
impl Unpin for AirflowIntegration
impl UnsafeUnpin for AirflowIntegration
impl UnwindSafe for AirflowIntegration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more