when ever a new table is created, we wanted to make sure that table is added to tblOrgTablesList
Hello @Sai Krishna ,
thank you for reaching out to the Community!
Since the validation you are looking to implement is very custom, I would suggest two possible approaches that could help :
pipelines:Where the check_new_table.sh script would need to be coded according to the repository's structure and requirements of the validation you are looking for.
pull-requests:
'**': # This means this will run for all branches
- step:
name: "Check New Table"
script:
- bash check_new_table.sh
Both methods would require the creation of custom scripts developed specially for your project's specific needs and structure.
Hope that helps! Should you have any questions, feel free to ask.
Thank you, @Sai Krishna !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.