dataflow-core 2.1.8__py3-none-any.whl → 2.1.10__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 dataflow-core might be problematic. Click here for more details.
- authenticator/dataflowhubauthenticator.py +1 -1
- dataflow/dataflow.py +0 -3
- dataflow/schemas/git_ssh.py +0 -3
- {dataflow_core-2.1.8.dist-info → dataflow_core-2.1.10.dist-info}/METADATA +1 -1
- {dataflow_core-2.1.8.dist-info → dataflow_core-2.1.10.dist-info}/RECORD +8 -8
- {dataflow_core-2.1.8.dist-info → dataflow_core-2.1.10.dist-info}/WHEEL +0 -0
- {dataflow_core-2.1.8.dist-info → dataflow_core-2.1.10.dist-info}/entry_points.txt +0 -0
- {dataflow_core-2.1.8.dist-info → dataflow_core-2.1.10.dist-info}/top_level.txt +0 -0
|
@@ -302,7 +302,7 @@ class DataflowAzureAuthenticator(DataflowBaseAuthenticator, AzureAdOAuthenticato
|
|
|
302
302
|
self.set_session_cookie(handler, session_id)
|
|
303
303
|
self.log.info(f"Azure AD OAuth completed for user: {username}, session_id={session_id}")
|
|
304
304
|
return {
|
|
305
|
-
"name":
|
|
305
|
+
"name": username,
|
|
306
306
|
"session_id": session_id,
|
|
307
307
|
"auth_state": user.get("auth_state", {})
|
|
308
308
|
}
|
dataflow/dataflow.py
CHANGED
|
@@ -222,9 +222,6 @@ class Dataflow:
|
|
|
222
222
|
raise RuntimeError(f"[Dataflow.connection] Connection '{conn_id}' not found!")
|
|
223
223
|
|
|
224
224
|
if mode == "dict":
|
|
225
|
-
with open('/home/jovyan/log.txt', 'w') as log_file:
|
|
226
|
-
log_file.write(f"Connection details for {conn_id}: {connection_details}\n")
|
|
227
|
-
print(f"connection_details: {connection_details}")
|
|
228
225
|
return dict(connection_details)
|
|
229
226
|
|
|
230
227
|
conn_type = connection_details['conn_type'].lower()
|
dataflow/schemas/git_ssh.py
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
authenticator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
authenticator/dataflowairflowauthenticator.py,sha256=gEdCiL2yJQ7lYvAwbrjcAkccVMfehoMJldw9eU7cc2s,2243
|
|
3
|
-
authenticator/dataflowhubauthenticator.py,sha256=
|
|
3
|
+
authenticator/dataflowhubauthenticator.py,sha256=wI9S-1pcav_WHUL4ibEn-HLhjOtZebQbqXTkcrXXFAA,13463
|
|
4
4
|
authenticator/dataflowsupersetauthenticator.py,sha256=NkAmDaIc-ui-qEolu4xz_UY7P_2g8111hwNjPvAOW1Q,2839
|
|
5
5
|
dataflow/__init__.py,sha256=WTRg8HMpMWSgxYJ9ZGVldx4k07fAbta3mBmZ1hG9mWE,30
|
|
6
6
|
dataflow/configuration.py,sha256=7To6XwH1eESiYp39eqPcswXWwrdBUdPF6xN6WnazOF0,663
|
|
7
7
|
dataflow/database_manager.py,sha256=tJHMuOZ9Muskrh9t4uLRlTuFU0VkHAzoHlGP5DORIC4,899
|
|
8
|
-
dataflow/dataflow.py,sha256=
|
|
8
|
+
dataflow/dataflow.py,sha256=A66OFXgJCxW18Dk_BnasvR82LrPXQ2iB-QMTyYJJ1cc,13100
|
|
9
9
|
dataflow/db.py,sha256=73ojGqpCTRVTlPszD73Ozhjih_BI2KTHmazqxxL6iWk,3780
|
|
10
10
|
dataflow/environment.py,sha256=05F-dBRyZu2mr26vuiuJU13pfgtRpA9yW69bk83HGUw,27239
|
|
11
11
|
dataflow/models/__init__.py,sha256=WnlLd-0T3HYtJloDms1a58lN66WzBIbBSTReDXD6HaQ,892
|
|
@@ -32,7 +32,7 @@ dataflow/models/user_team.py,sha256=r_fmKvf6JuGgiiI9TXWjVG2QZ3WOvDrOwYWVQ3r8oWo,
|
|
|
32
32
|
dataflow/models/variables.py,sha256=Sinvv3zFYni5i_GrL69cVfhCh4tOOaIHiEzWYRJ-i10,1132
|
|
33
33
|
dataflow/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
34
|
dataflow/schemas/connection.py,sha256=1bKTSEPW1QwcFQe35QCIr-S5DTMr34WJCjSKhxMpPek,2449
|
|
35
|
-
dataflow/schemas/git_ssh.py,sha256=
|
|
35
|
+
dataflow/schemas/git_ssh.py,sha256=N1O7HM6ZbygIBZn2rKvNR0e7IM3ZJMAH6aJtjaghDr0,1283
|
|
36
36
|
dataflow/schemas/secret.py,sha256=dAN_2IBTjnjf4sT6cyPVd_Zcdaw8s_EMG4aodMoCwXU,1165
|
|
37
37
|
dataflow/scripts/clone_environment.sh,sha256=xWJBw9z1W1rztrzLXYro3UtEdFuBSqNrB83y45zqFfE,487
|
|
38
38
|
dataflow/scripts/create_environment.sh,sha256=3FHgNplJuEZvyTsLqlCJNX9oyfXgsfqn80VZk2xtvso,828
|
|
@@ -48,8 +48,8 @@ dataflow/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
48
48
|
dataflow/utils/exceptions.py,sha256=8GRFoYZ5dPGQckVm2znaHpPi0ZAs69fK-RGKukEsapk,4432
|
|
49
49
|
dataflow/utils/get_current_user.py,sha256=4nSO3SPVMZhW-MsIgxR3f9ZzrFaIZIuyrM6hvfyE7PQ,1202
|
|
50
50
|
dataflow/utils/logger.py,sha256=7BFrOq5Oiqn8P4XZbgJzMP5O07d2fpdECbbfsjrUuHw,1213
|
|
51
|
-
dataflow_core-2.1.
|
|
52
|
-
dataflow_core-2.1.
|
|
53
|
-
dataflow_core-2.1.
|
|
54
|
-
dataflow_core-2.1.
|
|
55
|
-
dataflow_core-2.1.
|
|
51
|
+
dataflow_core-2.1.10.dist-info/METADATA,sha256=kzjEwzhHHXfO29gQPh5S30jzY4SZRwEySKXD7RZmKDs,370
|
|
52
|
+
dataflow_core-2.1.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
53
|
+
dataflow_core-2.1.10.dist-info/entry_points.txt,sha256=ppj_EIbYrJJwCPg1kfdsZk5q1N-Ejfis1neYrnjhO8o,117
|
|
54
|
+
dataflow_core-2.1.10.dist-info/top_level.txt,sha256=SZsUOpSCK9ntUy-3Tusxzf5A2e8ebwD8vouPb1dPt_8,23
|
|
55
|
+
dataflow_core-2.1.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|