Skip to content

Releases: Toloka/airflow-provider-toloka

v0.0.8

06 Sep 08:58
b746e38
Compare
Choose a tag to compare
  • Add success_on_reasons param to WaitAppBatchSensor init
  • Format all doc strings according to sphinx standard

v0.0.7

30 Aug 19:37
Compare
Choose a tag to compare
  • Add WaitAppBatchSensor for waiting app batches
  • Add test_connection method to TolokaHook for testing connection from UI
  • Add extra__toloka__url field for setting TolokaClient's url

v0.0.6

27 Jun 07:38
12c0105
Compare
Choose a tag to compare
  • Update Dockerfile in example.
    Now it installs the latest version of Airflow.
  • Changed TolokaHook fields:
    • Change field for token: now extra__toloka__token instead of password
    • Add separate text field extra__toloka__environment for environment
    • Hide unnecessary fields in UI
  • toloka_provider.sensors.wait_pool is toloka_provider.sensors.WaitPoolSensor now and is inherited from BaseSensor.
    Also, name of argument pool changed to keyword argument toloka_pool.

v0.0.5

11 May 08:41
cd7cc8b
Compare
Choose a tag to compare
  • Fixed import troubles

0.0.4

27 Apr 12:30
Compare
Choose a tag to compare

0.0.4

  • Rename package to airflow-provider-toloka
  • Structure package by standard
  • Rename operators to tasks
  • Remove get_assignments_df

v0.0.3

02 Feb 15:22
Compare
Choose a tag to compare

0.0.3

  • Fixed open_pool issues
  • Added tests with code coverage

v0.0.2

24 Jan 16:12
Compare
Choose a tag to compare

Fixed dependencies

v0.0.1

24 Jan 15:43
Compare
Choose a tag to compare

Initial release