You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use a TransformationScheme object from pysdmx as the script to be used.
The TransformationScheme object will be serialized as a VTL Script by using the method 'generate_vtl_script' after it is implemented on bis-med-it/pysdmx#210.
Internal functions to implement
Add a new function at InternalAPI called check_script to check if the script is a string, which we will return, or a TransformationScheme object, which we will serialized using its method generate_vtl_script and return the output. We will not use any flag related with syntax validation as we will perform it afterwards when generating the AST.
Important
Ensure we are not generating a circular method with this method as it will generate unexpected error. Place the check_script function at a separated module if necessary and use local imports if needed.
The text was updated successfully, but these errors were encountered:
javihern98
changed the title
Use SDMX model from pysdmx
Use VTL model froom SDMX IM for VTL Scripts
Jan 21, 2025
javihern98
changed the title
Use VTL model froom SDMX IM for VTL Scripts
Use VTL model from SDMX IM for VTL Scripts
Jan 21, 2025
javihern98
changed the title
Use VTL model from SDMX IM for VTL Scripts
Use VTL model from SDMX IM for VTL Scripts as input of semantic_analysis and execution
Feb 10, 2025
Overview
We would like to use a TransformationScheme object from pysdmx as the script to be used.
The TransformationScheme object will be serialized as a VTL Script by using the method 'generate_vtl_script' after it is implemented on bis-med-it/pysdmx#210.
Internal functions to implement
Add a new function at InternalAPI called
check_script
to check if the script is a string, which we will return, or a TransformationScheme object, which we will serialized using its methodgenerate_vtl_script
and return the output. We will not use any flag related with syntax validation as we will perform it afterwards when generating the AST.Important
Ensure we are not generating a circular method with this method as it will generate unexpected error. Place the check_script function at a separated module if necessary and use local imports if needed.
The text was updated successfully, but these errors were encountered: