幸あれ
- Taipei, Taiwan
- https://uranusjr.com/
- @uranusjr
Highlights
- 1 discussion answered
Block or Report
Block or report uranusjr
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
apache/airflow Public
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
2,312 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 21 commits in 4 repositories
Created a pull request in apache/airflow that received 21 comments
Add map_index to XCom model and interface
This adds an additional (optional) map_index argument to XCom's get/set/clear interface so mapped task instances can push to the correct entries, a…
+167
−77
•
21
comments
Opened 17 other pull requests in 3 repositories
apache/airflow
3
open
1
closed
11
merged
- Remove task group mapping for now
- Fix /rendered-templates for mapped operator
- Use unmapped operator for template rendering
- Only recursively check XComArg if arg is operator
- Correctly handle task_id mangling during unmapping
- Add fk between xcom and task instance
- Add map_index to Log model
- Add map_index support to all task instance-related views
- Fix RTIF test against the apply-expand
- Rename task-mapping trigger to 'expand'
- Add compat shim for SQLAlchemy to avoid warnings
- More explicit mapped argument validation
- Only allow mapping against return value XCom
- Enhance magic methods on XComArg for UX
- Fix TaskDecorator type hints
pycontw/pycon.tw
1
merged
pypa/pip
1
merged
Reviewed 88 pull requests in 10 repositories
apache/airflow
71 pull requests
- Add map_index to Log model
- Add details drawer to Grid View
- Fix entire DAG stops when one task has end_date
- Update black precommit
- PowerShell Remoting fail on non-zero exitcode
- Use logger to print message during task execution.
- Disable connection pool for celery worker
- Issue 20453 google common cloud fixes part 1
- Add API endpoint to list mapped task instances
- Add ignore_first_depends_on_past for scheduled jobs
- Remove coerce_datetime usage from GCSTimeSpanFileTransformOperator
- Add check for coerce_datetime to Airflow 2-1 compatibility check
- AIP-45 Remove dag parsing in airflow run local
- New design of system tests
- Fix the docstrings
- Use Airflow.Base.metadata in FAB models
- Fix "run_id" k8s and elasticsearch compatibility with Airflow 2.1
- Add map_index to TaskFail
- update smart sensor docs and minor fix on is_smart_sensor_compatible()
- Kubernetes decorator
- Add map_index support to all task instance-related views
- Update check-health.rst
- Patch sql_alchemy_conn if old postgres scheme used
- Events Timetable
- Expose try_number in airflow vars
- Some pull request reviews not shown.
pypa/pip
8 pull requests
- Disable brotli import in urllib3
-
Add per-requirement
--no-depsoption support in requirements.txt. - Docs: Capitalise Y as the default for Proceed
- Filter available distributions using hash declarations from constraints files
- explain why version cannot be retrieved when Requires-Python is not satisfied
- --proxy option requires scheme, does not work without it
- Disallow use of script fixture in unit tests
- Pass the session's proxies property to request
pypa/packaging
2 pull requests
sarugaku/resolvelib
1 pull request
sarugaku/shellingham
1 pull request
cloudsigma/cgroupspy
1 pull request
pypa/installer
1 pull request
pypa/pipx
1 pull request
python/cpython
1 pull request
pypa/pipfile
1 pull request
Created an issue in apache/airflow that received 2 comments
Contributing guide still refers to the branch 'master'
Describe the issue with documentation
In CONTRIBUTING.rst, the image still says to fork airflow/master:
https://github.com/apache/airflow/blob/main…
1 of 2 tasks