apache-airflow-providers-fab 3.0.0rc1__py3-none-any.whl → 3.0.0rc2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of apache-airflow-providers-fab might be problematic. Click here for more details.

@@ -139,8 +139,8 @@ def upgrade() -> None:
139
139
  if_not_exists=True,
140
140
  )
141
141
  with op.batch_alter_table("ab_group_role", schema=None) as batch_op:
142
- batch_op.create_index("idx_group_id", ["group_id"], unique=False)
143
- batch_op.create_index("idx_group_role_id", ["role_id"], unique=False)
142
+ batch_op.create_index("idx_group_id", ["group_id"], unique=False, if_not_exists=True)
143
+ batch_op.create_index("idx_group_role_id", ["role_id"], unique=False, if_not_exists=True)
144
144
 
145
145
  op.create_table(
146
146
  "ab_permission_view",
@@ -175,8 +175,8 @@ def upgrade() -> None:
175
175
  if_not_exists=True,
176
176
  )
177
177
  with op.batch_alter_table("ab_user_group", schema=None) as batch_op:
178
- batch_op.create_index("idx_user_group_id", ["group_id"], unique=False)
179
- batch_op.create_index("idx_user_id", ["user_id"], unique=False)
178
+ batch_op.create_index("idx_user_group_id", ["group_id"], unique=False, if_not_exists=True)
179
+ batch_op.create_index("idx_user_id", ["user_id"], unique=False, if_not_exists=True)
180
180
 
181
181
  op.create_table(
182
182
  "ab_user_role",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-fab
3
- Version: 3.0.0rc1
3
+ Version: 3.0.0rc2
4
4
  Summary: Provider package apache-airflow-providers-fab for Apache Airflow
5
5
  Keywords: airflow-provider,fab,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -52,7 +52,7 @@ airflow/providers/fab/migrations/README,sha256=heMzebYwlGhnE8_4CWJ4LS74WoEZjBy-S
52
52
  airflow/providers/fab/migrations/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
53
53
  airflow/providers/fab/migrations/env.py,sha256=wbgFowVIf-wY1L-DqD2f8wiuTeXNDKeAUw1oM15Fd0U,3998
54
54
  airflow/providers/fab/migrations/script.py.mako,sha256=_krfPtzv1Unme2b9MCHPgXo0g73HcN2_zDgz3co2N4M,1353
55
- airflow/providers/fab/migrations/versions/0001_1_4_0_create_ab_tables_if_missing.py,sha256=9kdQMU280wienHHCMVsdE_M3PN7kWbPsjJQVoOKysw0,9747
55
+ airflow/providers/fab/migrations/versions/0001_1_4_0_create_ab_tables_if_missing.py,sha256=FnjDsQTn0UQBuek1WayB1LoWeXGSVIRG8k3kcNE0yoA,9827
56
56
  airflow/providers/fab/migrations/versions/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
57
57
  airflow/providers/fab/www/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
58
58
  airflow/providers/fab/www/airflow_flask_app.py,sha256=1-UxOtcu9DZfjUDRc-pJWsa6NGLlN3PttM4E85dbTkA,1258
@@ -126,9 +126,9 @@ airflow/providers/fab/www/templates/appbuilder/index.html,sha256=ZaZsNdD8fCENqdn
126
126
  airflow/providers/fab/www/templates/appbuilder/navbar.html,sha256=1Q8u90aONY_PKTBtApwyp0EeudSsJyysW2UYo9Fa1cc,10215
127
127
  airflow/providers/fab/www/templates/appbuilder/navbar_menu.html,sha256=WWQ-_QLMqcW4Cpx_1_yulaQO-soD6ztnY2zfmBAUAGI,2034
128
128
  airflow/providers/fab/www/templates/appbuilder/navbar_right.html,sha256=qrwZDBbzLi4yhLrfai842MJDdQ4C31Xz9hJ3NoG5mo0,2488
129
- apache_airflow_providers_fab-3.0.0rc1.dist-info/entry_points.txt,sha256=m05kASp7vFi0ZmQ--CFp7GeJpPL7UT2RQF8EEP5XRX8,99
130
- apache_airflow_providers_fab-3.0.0rc1.dist-info/licenses/3rd-party-licenses/LICENSES-ui.txt,sha256=C9vBr_KiUhI3jjCS754n_SPi-ylD8SiJgXlOWuNOO98,3688
131
- apache_airflow_providers_fab-3.0.0rc1.dist-info/licenses/NOTICE,sha256=GrKwLaFNGIn3J86ucRfNIExRSCD6-7nty84-84F2ad4,448
132
- apache_airflow_providers_fab-3.0.0rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
133
- apache_airflow_providers_fab-3.0.0rc1.dist-info/METADATA,sha256=qWGGYjhpWYrbt3KgS67wkeQH3NKyhzs0SGHBnTAtpy0,7537
134
- apache_airflow_providers_fab-3.0.0rc1.dist-info/RECORD,,
129
+ apache_airflow_providers_fab-3.0.0rc2.dist-info/entry_points.txt,sha256=m05kASp7vFi0ZmQ--CFp7GeJpPL7UT2RQF8EEP5XRX8,99
130
+ apache_airflow_providers_fab-3.0.0rc2.dist-info/licenses/3rd-party-licenses/LICENSES-ui.txt,sha256=C9vBr_KiUhI3jjCS754n_SPi-ylD8SiJgXlOWuNOO98,3688
131
+ apache_airflow_providers_fab-3.0.0rc2.dist-info/licenses/NOTICE,sha256=GrKwLaFNGIn3J86ucRfNIExRSCD6-7nty84-84F2ad4,448
132
+ apache_airflow_providers_fab-3.0.0rc2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
133
+ apache_airflow_providers_fab-3.0.0rc2.dist-info/METADATA,sha256=IpkuL10_zZDWj_27xTW0pIGIeUX19434X-PwCPmIRFo,7537
134
+ apache_airflow_providers_fab-3.0.0rc2.dist-info/RECORD,,