LICENSE
README.md
pyproject.toml
src/apache_airflow_provider_magento/__init__.py
src/apache_airflow_provider_magento.egg-info/PKG-INFO
src/apache_airflow_provider_magento.egg-info/SOURCES.txt
src/apache_airflow_provider_magento.egg-info/dependency_links.txt
src/apache_airflow_provider_magento.egg-info/requires.txt
src/apache_airflow_provider_magento.egg-info/top_level.txt
src/apache_airflow_provider_magento/hooks/__init__.py
src/apache_airflow_provider_magento/hooks/magento.py
src/apache_airflow_provider_magento/operators/__init__.py
src/apache_airflow_provider_magento/operators/asyncrest.py
src/apache_airflow_provider_magento/operators/dataimport.py
src/apache_airflow_provider_magento/operators/graphql.py
src/apache_airflow_provider_magento/operators/rest.py
src/example_dags/__init__.py
src/example_dags/adobe_commerce_import.py
src/example_dags/branching.py
src/example_dags/magento_async.py
src/example_dags/magento_bulk_create_customers.py
src/example_dags/magento_bulk_delete_products.py
src/example_dags/magento_customer_graphql.py
src/example_dags/magento_customer_order_rest_demo.py
src/example_dags/magento_guest_order_rest_demo.py
src/tests/hooks/__init__.py
src/tests/hooks/test_magento.py