Skip to content

Commit

Permalink
Merge pull request #27 from andrewm4894/develop
Browse files Browse the repository at this point in the history
0.0.21
  • Loading branch information
andrewm4894 authored May 29, 2023
2 parents 4d2ae8a + 47de1cb commit 249cc00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .astro-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ docs_url: https://github.com/andrewm4894/airflow-provider-anomaly-detection/blob
# value should be "sample_provider.hooks.sample_hook.SampleHook".

operators:
- module: airflow_anomaly_detection.operators.metric_batch_ingest_operator.MetricBatchIngestOperator
- module: airflow_anomaly_detection.operators.metric_batch_train_operator.MetricBatchTrainOperator
- module: airflow_anomaly_detection.operators.metric_batch_train_operator.MetricBatchScoreOperator
- module: airflow_anomaly_detection.operators.metric_batch_alert_operator.MetricBatchAlertOperator
- module: airflow_anomaly_detection.operators.bigquery_metric_batch_ingest_operator.BigQueryMetricBatchIngestOperator
- module: airflow_anomaly_detection.operators.bigquery_metric_batch_train_operator.BigQueryMetricBatchTrainOperator
- module: airflow_anomaly_detection.operators.bigquery_metric_batch_train_operator.BigQueryMetricBatchScoreOperator
- module: airflow_anomaly_detection.operators.bigquery_metric_batch_alert_operator.BigQueryMetricBatchAlertOperator
- module: airflow_anomaly_detection.operators.metric_batch_alert_operator.MetricBatchEmailNotifyOperator

2 changes: 1 addition & 1 deletion airflow_anomaly_detection/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.0.20"
__version__ = "0.0.21"

def get_provider_info():
return {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "airflow-provider-anomaly-detection"
version = "0.0.20"
version = "0.0.21"
authors = [
{ name="andrewm4894", email="[email protected]" },
]
Expand Down

0 comments on commit 249cc00

Please sign in to comment.