-
Updated
Jun 14, 2021 - Java
scheduler
Here are 1,835 public repositories matching this topic...
-
Updated
Nov 4, 2021 - Java
-
Updated
Nov 7, 2021 - JavaScript
-
Updated
Oct 6, 2021 - Python
-
Updated
Nov 7, 2021 - C#
-
Updated
Nov 4, 2021 - Groovy
https://docs.dagster.io/integrations/pandas#dagster-dataframe-summary-statistics
seems like a good opportunity to show off the new condensed API.
This does open up the question of how we will support descriptions in the condensed API. Or did we make the decision to explicitly not support it?
Message from the maintainers:
Excited about this feature? Give it a :thumbsup
-
Updated
Nov 2, 2021 - Shell
-
Updated
May 16, 2021 - Ruby
-
Updated
Nov 7, 2021 - PHP
-
Updated
Aug 23, 2021 - Java
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Nov 7, 2021 - Ruby
-
Updated
Nov 7, 2021 - JavaScript
-
Updated
Jun 9, 2021 - Ruby
-
Updated
Nov 6, 2021 - TypeScript
Is there a way to make a job re-occur N milliseconds after it finished previous time?
The tests fail sometimes due to millisecond based timing on some of the tests. I over optimized for local testing and it's causing tests to fail in CI occasionally. The CI pipeline is running in docker with limited resources, so not able to handle quite as precise time as my local machine.
-
Updated
Jan 28, 2021 - JavaScript
Improve this page
Add a description, image, and links to the scheduler topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scheduler topic, visit your repo's landing page and select "manage topics."
Body
We have hive macros in Airflow core:
https://github.com/apache/airflow/blob/main/airflow/macros/hive.py
These macros needs to be moved to provider:
https://github.com/apache/airflow/tree/main/airflow/providers/apache/hive
Committer