Download the PHP package bluspark/airflow-dag-run-bundle without Composer

On this page you can find all versions of the php package bluspark/airflow-dag-run-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package airflow-dag-run-bundle

Airflow Dag run Symfony bundle

This bundle provide a way to trigger new dag on Apache Airflow run to generate export files and request asynchronously for the generated export filename.

Installation

With composer:

Configuration

Make sure your bundle has been enabled in your config/bundles.php file (automatically done if you're using Symfony Flex)

Add a bluspark_airflow_dag_run.yaml file in your config/packages directory to define the following required parameters:

You can have more details about the configuration parameters by running this command in your Symfony project:

Finally, add in your config/packages/messenger.yaml file the transport of your choice which will handle the success message dispatched by the bundle (as explained below):

If you're using Symfony < 6.4, the bundle won't use Scheduler but a standard message dispatched through a MessengerBus instead.
If so, you must declare all the bundl'es messages for the transport management :

Usage

The bundle provide a bridge service class that you can use in your project through using dependency injection.

Authorized parameters for the export request are:

No other configuration parameters are considered valid.
Once the export file has been requested on Airflow, the bundle uses a Scheduler recurring message to check every 30 seconds if the file has been successfully created, with its own handler. Then, the bundle dispatch using Symfony Messenger component a Bluspark\AirflowDagRunBundle\Message\DagRunMessageExecuted message with a filename property containing the now available file on S3 You will have to implement the handler for the Bluspark\AirflowDagRunBundle\Message\DagRunMessageExecuted message with your own logic inside your project.

To run the Scheduler transport used by this bundle, do not forget to run the following command (only for Symfony version >= 6.4)

Messages

The bundle implements 2 different messages that need to be consumed :

License

This project is licensed under the CeCILL-B License - see the LICENSE file for details.

Sponsors

Bluspark is a Saas application to operate infrastructure of agglomerations and cities. It is a complete solution to manage the life cycle of your infrastructure, from the design to the maintenance.

The digital SaaS platform for financing and managing energy renovation aid


All versions of airflow-dag-run-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
symfony/http-kernel Version ^6.3
symfony/config Version ^6.3
symfony/dependency-injection Version ^6.3
symfony/http-client Version ^6.3
symfony/scheduler Version ^6.3
symfony/messenger Version ^6.3
symfony/event-dispatcher Version ^6.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bluspark/airflow-dag-run-bundle contains the following files

Loading the files please wait ....