In workflows

This provider can be used in workflows.

As “step” to query data, example:

steps:
    - name: Query python
      provider: python
      config: "{{ provider.my_provider_name }}"
      with:
        code: {value}  
        imports: {value}  

Check the following workflow examples:

Limitations

  • The Python provider is currently disabled for cloud execution. This means that Python scripts cannot be executed in a cloud environment.
  • Users must ensure that the scripts are compatible with the local execution environment.

-Python Documentation