Default Code generated by Bladebridge converter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hello all ,
1. What is the default code generated by Bladebridge converter.
for eg : When we migrate Teradat, Oracle to Databricks using Bladebridge whats the default code base.
2.If the generated code is PYSPARK, do I have any control over the generated code.Can I generate in SQL/SCALA?
Thanks,
Vasu Kumar T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hello @Vasu_Kumar_T - We've used Bladebridge to convert from Redshift to Databricks. Bladebridge can definetly convert to Spark SQL, not sure about Scala Spark though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Thanks Riyaz,
I have a follow up question to you.
How did you go about Data Migration. I do not find blade bridge supporting DataMigration.It just converts source to Target code only. Pls confirm. thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hey @Vasu_Kumar_T
Written a custom code using jdbc to move the data.
You could also use glue/ADF to lift and shift the data if the volume is high.
Cheers!

