Questions tagged [mosaic-decisions]
23 questions
1
vote
1 answer
How to run flow with minimal configuration in mosaic
I'm developing some ETL jobs using Mosaic Decisions. While running the job, it's submitting the job to Spark using the default configurations. This default configuration is really huge and I don't need that much for development (as I am using less…

Pravin Sharma
- 1,160
- 1
- 8
- 20
1
vote
1 answer
Issue while adding datasource to the project in Mosaic Decisions
I want to use a dataset of MySQL Source that has been published by another user in Mosaic.
But when I try to add it to my Project, it says "you do not have access to the selected datasource".
How can I access this datasource?

girish agrawal
- 48
- 4
1
vote
1 answer
How can I fetch a dynamic file from FTP server-generated every day?
There are transactional input CSV files coming on a daily basis on an FTP location. I need to read these input files and process them on daily batch execution. The name of the files remains the same every day, but the date gets appended at the end…

V Ruvesh
- 281
- 1
- 7
1
vote
1 answer
Mosaic-Decisions: Flow import/export by API
We have 21 mosaic instances, It is very difficult to migrate flows on 21 environment. We have to make this process automatically by CICD pipeline.
How can we import/export mosaic flow by API? If it is available please mention steps.
Any advice is…

Balkrushna Patil
- 418
- 6
- 12
0
votes
1 answer
Project requirement to Read input files from COBOL and bring on Mosaic Platform
I have a project requirement to read input files from COBOL, but Mosaic does not have COBOL connecter, to bring the files on to the platform.How can I bring the Files from COBOL Environment to use it for further transformations in Mosaic.

Abhijeet Vipat
- 29
- 5
0
votes
1 answer
Manage auto increment column values in Mosaic Decisions
I have a table in which auto incremental sequence is defined for a key column.
Problem Statement-
Source_table has column ID with values 101, 102, 103 so on and Destination_table has column ID with values 1201,1202,1203.. and is in incremental…

Abhijeet Vipat
- 29
- 5
0
votes
1 answer
Is import and export of a schedule job possible in Mosaic?
In Mosaic Scheduler, I have created a schedule job in one environment (e.g. DEV) then can I export the schedule from DEV environment and then import it to some another environment just like import/export of flows.
Does Mosaic provide any such…

Pooja Bist
- 257
- 1
- 5
0
votes
1 answer
How can I perform analytical operations along with join in Mosaic Decisions?
While joining the two tables I need to perform some analytical operations on the columns.
Example,
left outer join $(CORE_DB_NAME).GLOBAL_DIMENSION_CORE.plant_d loc on
upper(trim(COALESCE(loc.PLANT_NUMBER,'-1')))…

Pooja Bist
- 257
- 1
- 5