informatica-python 1.10.1__py3-none-any.whl → 1.10.2__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.
- informatica_python/generators/mapping_gen.py +1 -1
- {informatica_python-1.10.1.dist-info → informatica_python-1.10.2.dist-info}/METADATA +1 -1
- {informatica_python-1.10.1.dist-info → informatica_python-1.10.2.dist-info}/RECORD +7 -7
- {informatica_python-1.10.1.dist-info → informatica_python-1.10.2.dist-info}/WHEEL +0 -0
- {informatica_python-1.10.1.dist-info → informatica_python-1.10.2.dist-info}/entry_points.txt +0 -0
- {informatica_python-1.10.1.dist-info → informatica_python-1.10.2.dist-info}/licenses/LICENSE +0 -0
- {informatica_python-1.10.1.dist-info → informatica_python-1.10.2.dist-info}/top_level.txt +0 -0
|
@@ -830,7 +830,7 @@ def _gen_expression_transform(lines, tx, tx_safe, input_df, source_dfs, data_lib
|
|
|
830
830
|
lines.append(f" df_{tx_safe} = {copy_expr}")
|
|
831
831
|
for fld in active_fields:
|
|
832
832
|
expr_vec = convert_expression_vectorized(fld.expression, f"df_{tx_safe}")
|
|
833
|
-
lines.append(f"
|
|
833
|
+
lines.append(f' """{fld.name} = {fld.expression}"""')
|
|
834
834
|
lines.append(f" df_{tx_safe}['{fld.name}'] = {expr_vec}")
|
|
835
835
|
else:
|
|
836
836
|
lines.append(f" df_{tx_safe} = {input_df}")
|
|
@@ -7,7 +7,7 @@ informatica_python/generators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
7
7
|
informatica_python/generators/config_gen.py,sha256=4tqcNKTB06kyGZIiM4yl0q97q_i3zeCHXTjuE1dNFKY,5726
|
|
8
8
|
informatica_python/generators/error_log_gen.py,sha256=2cc0rEcblydHkb9VAMXlrH7WdSQ-CNqAXcwVk3FYZeM,21319
|
|
9
9
|
informatica_python/generators/helper_gen.py,sha256=lC30hyZn6RIkbo4e_6sbqdrCfmZHWaXdr-p0tmtfILc,82376
|
|
10
|
-
informatica_python/generators/mapping_gen.py,sha256=
|
|
10
|
+
informatica_python/generators/mapping_gen.py,sha256=PTSDjhLiR4aMZSCxmMDqX9_lb_ga8GNspJMn-attXO8,74845
|
|
11
11
|
informatica_python/generators/sql_gen.py,sha256=O8Y-aJz9EyFJ0DXeuISRt5yKwC3wlp2K3B0BHrmxrXw,4872
|
|
12
12
|
informatica_python/generators/workflow_gen.py,sha256=_uSlBg31ZRMhMlCYk4hWDRBPaBROrepD8_v3QGEWJxE,18089
|
|
13
13
|
informatica_python/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -15,9 +15,9 @@ informatica_python/utils/datatype_map.py,sha256=iLOYg-iBKT4rMecGbrFkTpJj4yqs5S9H
|
|
|
15
15
|
informatica_python/utils/expression_converter.py,sha256=ynprsvZGvavML3Y8C485GyjaoqQ-k67OESXHShafeTo,48244
|
|
16
16
|
informatica_python/utils/lib_adapters.py,sha256=1ZtuMbgDg9Ukf-OF_EG1L_BeeR-6JQk8Kx3WwMfvNRU,6516
|
|
17
17
|
informatica_python/utils/sql_dialect.py,sha256=_IHJbfu8a3mT_OvHpybgSfZKqz6mwVy5ItTKDRChqnU,5461
|
|
18
|
-
informatica_python-1.10.
|
|
19
|
-
informatica_python-1.10.
|
|
20
|
-
informatica_python-1.10.
|
|
21
|
-
informatica_python-1.10.
|
|
22
|
-
informatica_python-1.10.
|
|
23
|
-
informatica_python-1.10.
|
|
18
|
+
informatica_python-1.10.2.dist-info/licenses/LICENSE,sha256=77RaRDdXgey1D90YZAjXqEQdBxWfvUQqLQX3pC1qjUE,1061
|
|
19
|
+
informatica_python-1.10.2.dist-info/METADATA,sha256=SqKtjamBvtg2JgxsemWFgIBIBkMvNlLwbFPzM0HrGRM,30668
|
|
20
|
+
informatica_python-1.10.2.dist-info/WHEEL,sha256=PovZm1ExVWmrRefZoXCfejlbKLnQI5SVIf1SWRV4QQI,97
|
|
21
|
+
informatica_python-1.10.2.dist-info/entry_points.txt,sha256=030jjTrx-1oRRQ16HZz52rdcKS8R8_llnymsTUtn_Xc,67
|
|
22
|
+
informatica_python-1.10.2.dist-info/top_level.txt,sha256=Dngg-WNteYi22XAJU2XKAQS8aZ52yM2LYC0tzxrlbVQ,19
|
|
23
|
+
informatica_python-1.10.2.dist-info/RECORD,,
|
|
File without changes
|
{informatica_python-1.10.1.dist-info → informatica_python-1.10.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{informatica_python-1.10.1.dist-info → informatica_python-1.10.2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|