Coder Social home page Coder Social logo

airflow-provider-hex's People

Contributors

clrcrl avatar dj-mcculloch avatar josh-fell avatar pedramnavid avatar shannonchoang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

airflow-provider-hex's Issues

python 3.7 is supported, but package is using python 3.8 features

Hello,
I had previously opened an issue asking for python 3.7 support. While this was accommodated, there are lines of code in the repo that do not work in python 3.7 as they are features of 3.8.

Ie. TypedDict was introduced in Python 3.8
python/typeshed#3500 but is used in types.py

Ie in the _init.py file import importlib.metadata is used but this was not supported until 3.8.

Provider package for airflow connection

Hi,
Documentation mentions needing to install the Airflow provider package to create a Hex connection on airflow. Is this package meant to include that? or is that a separate dependency

previous versions

Hi,
Are previous versions of this package available? I am working with python 3.7 so am unable to use the latest distribution.
Attempts to install previous versions fails
pip install airflow-provider-hex==0.1.5
ERROR: Could not find a version that satisfies the requirement airflow-provider-hex==0.1.5 (from versions: none)
ERROR: No matching distribution found for airflow-provider-hex==0.1.5

from airflow.utils.context import Context raises Not Found Error

When installing the published package pip install airflow-provider-hex==0.1.7
and trying to use the example dag to run a published hex project results in an error.

airflow.utils.conext No Module found.

while investigating further and looking at the package install locally and the commits of the release i see that the required changes are not being pushed/downloaded when I install the package with the correct version.

Previous: from airflow.utils.context import Context [Error's out]
New Commit: from airflow.models.dag import Context [Works]

image

Broken DAG: [/Users/rj/tt/airflow_workspace/airflow/dags/airflow__hex.py] Traceback (most recent call last): File "/Users/rj/tt/airflow_workspace/airflow/dags/airflow__hex.py", line 6, in <module> from airflow_provider_hex.operators.hex import HexRunProjectOperator File "/Users/rj/tt/airflow_workspace/.venv/lib/python3.8/site-packages/airflow_provider_hex/operators/hex.py", line 4, in <module> from airflow.utils.context import Context ModuleNotFoundError: No module named 'airflow.utils.context'

Missing 0.1.6 Release on PyPi

First, thank-you for releasing this Airflow provider/operators for Hex!

FYI, I noticed that the 0.1.6 is not on PyPi. Latest version is 0.1.5. Any chance we can publish 0.1.6?

next release

Hi, just wondering when the next release / the versions with the fixes I made will be available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.