-
Updated
Nov 29, 2021 - Java
scheduler
Here are 1,949 public repositories matching this topic...
-
Updated
Feb 4, 2022 - Java
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Oct 6, 2021 - Python
-
Updated
Jan 31, 2022 - C#
-
Updated
Feb 3, 2022 - Groovy
https://dagster.slack.com/archives/C01U954MEER/p1642163479382400:
Hi, I'm experiencing a bug when trying to write an ALS model from pyspark.ml.recommendation to S3 and reading it back in if this takes place within a dynamically executed graph (i.e. via dynamic mapping). I wrote a custom IO manager using the pattern f's3a://{self.s3_bucket}/{key}' as _uri_for_key similar to the one currently imp
-
Updated
Jan 27, 2022 - Shell
-
Updated
May 16, 2021 - Ruby
-
Updated
Jan 30, 2022 - PHP
Is there a way to make a job re-occur N milliseconds after it finished previous time?
-
Updated
Feb 3, 2022 - TypeScript
-
Updated
Aug 23, 2021 - Java
-
Updated
Feb 3, 2022 - Ruby
-
Updated
Jan 21, 2022 - TypeScript
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
Feb 4, 2022 - JavaScript
-
Updated
Jan 4, 2022 - Ruby
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."


Apache Airflow version
2.1.4
What happened
At my organization, we currently followed the documentation for Bigquery data transfer in Airflow/Composer (1.17.9). It calls a
BigQueryDataTransferServiceTransferRunSensorwhich executes and creates a class calledBigQueryDataTransferServiceHook. Using this hook object, it calls a specific function calledget_transfer_runwhich calls i