Fixed timezone display to always show UTC time instead of German time in embeddables
Fixed layout issues in TargetDataModelDetails embeddable for screen widths under 1000px
Added preview mode functionality to CreatePipeline and ExecutionDetails embeddables for improved performance when working with large datasets (configurable via the new sampleSize setting, default: 10.000 rows)
Fixed button alignment issues in TargetDataModel components
Fixed manual upload flow displaying incorrectly when Name, Connectors, and TDM are all configured
Fixed alternative matches field styling inconsistencies in TargetDataModelDetails embeddable
Updated axios dependency to latest version for improved security and performance
Enhanced data type handling and number formatting enforcement across all embeddables
Added dynamic refresh token support for advanced cleanings and validations
Added dynamic refresh token support for ConnectorDetails embeddable
Added dynamic refresh token support for CreateConnector embeddable
Released Vue adapter for all embeddable components
Added that the "Find error" button and the "Error rows" tab are disabled when there is no error
Adjusted that no "Are you sure?" modal is shown when submitting a pipeline execution with 0% run error and 0% threshold error
Fixed an issue where after updating a pipeline in the PipelineDetails embeddable two successful toast were shown
Fixed an issue, where the ExecutionList and ExecutionDetails view where showing 0 rows and cells for an successful execution
Fixed an issue where the review step of the CreatePipeline embeddable was shown empty when using the embeddable with modal: false and runPipelineOnCreation: true
Fixed an issue, where the "Find error" button led to jumping of the selection frame to non-error cells
Fixed an issue, where columns with empty header were displayed as valid input column inside the dropdown menu for matching
Added dynamic option fetching functionality to TargetDataModelDetails embeddable
Added data validation capabilities in the "Add column" modal in the TargetDataModelDetails embeddable
Added mapping validation capabilities in the "Add column" modal in the TargetDataModelDetails embeddable
Added a delete view to the PipelineDetails embeddable that is shown if a pipeline is deleted
Added onExecutionView callback support to the PipelineDetails embeddable
Updated view/fix button visibility based on onExecutionView configuration in the ExecutionList, PipelineDetails, FileUpload, and CreatePipeline embeddables
Updated tooltips to reference "Ingestro" in the PipelineDetails embeddable
Updated PipelineList to hide chevron when onPipelineView is not implemented
Updated PipelineList to enable the full row to be clickable when onPipelineView is implemented
Updated organization permissions to not allow main organizations to set sub-organization connectors and TDMs to public
Updated the error threshold field in the CreatePipeline embeddable to accept float values
Fixed an layout error in the CreatePipeline embeddable that occurred for very long connector names
Fixed an error in ConnectorList to display the "Something went wrong" view when access token is missing
Fixed a bug where the CreatePipeline embeddable used the name for the pipeline's name from a pipeline template instead of pipeline_name
Fixed an issue where the input columns were ordered alphabetically instead of in the order of reference in the "Data transformation" step in the CreatePipeline or ExecutionDetails embeddables
Fixed an issue where added input columns could not be removed in the mapping section of the "Data transformation" step in the CreatePipeline or ExecutionDetails embeddables
Fixed an issue where the Locales in the ConnectorList embeddable were not loaded correctly