Guangyang Li
Guangyang Li
I am looking for an alternative of [survey](https://github.com/AlecAivazis/survey) in Python. A great feature it has is infinite scrolling. When the last item is selected and you still press DOWN button,...
### Why/User Benefit/User Problem I use Android TV app as the remote of my TV, and I enjoy using its touchpad more than the Dpad control panel. I hope I...
I don't know where those icons are from and if it's feasible. But I would love to see 32*32 favicons for Retina support on high resolution screens.
We are trying to use URM without Kerberos, as Kerberos is listed as "recommended" with URM: https://github.com/awslabs/amazon-emr-user-role-mapper/blob/ab49fc923ae587a11ad968cdbc3e2798ca1985d6/README.md#L56 However, after removing Kerberos in a new cluster with URM installed, we are...
### Feature Request / Improvement Hi XTable maintainers, I am planning to create an [Airflow operator](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/operators.html) for XTable, and also trying to make it as a [community managed Airflow provider](https://airflow.apache.org/docs/apache-airflow-providers/)....
Resolves https://github.com/astronomer/dag-factory/issues/443 Note that in this PR, `__extends__` only supports path relative to the YAML file directory. In the future, we can add a new argument to `DagFactory`, accepting the...
### Description Having all shared defaults in one file makes it challenging for users who manage multiple teams or projects with dag-factory. Also, https://github.com/astronomer/dag-factory/issues/441 proposed to support both `defaults.yml` and...
### Description Dag-factory uses a special key `__type__` for calling Python object, which is understandable as it supports referencing any Python/Airflow class, providing forward compatibility. However, on the other hand,...
### Description As a no-code/low-code data pipeline solution, it is odd to require Py file for creating DAGs. The py file only specifies where and how to load the YAML,...