Dividing my time between Berlin and Bangalore.
Formerly led Data and Eng at Beat Mobility, Omio and Thoughtworks.
- Technical skills
- Being nice to each other
- Technical skills
- Being nice to each other
Add more pages. Tell your story. But tell it well.
Add more pages. Tell your story. But tell it well.
```
ALTER TABLE <table2> MERGE SCHEMA <table1>
WHEN MATCHED CHANGE DATATYPE
WHEN NOT MATCHED BY SOURCE DROP COLUMN
WHEN NOT MATCHED BY TARGET ADD COLUMN
```
```
ALTER TABLE <table2> MERGE SCHEMA <table1>
WHEN MATCHED CHANGE DATATYPE
WHEN NOT MATCHED BY SOURCE DROP COLUMN
WHEN NOT MATCHED BY TARGET ADD COLUMN
```
1. My data, my choice. I want to be able to use my choice of tool/tech for my data.
2. Inclusivity. Eveyone should have easy access to data. Therefore, I'll choose generic tools that anyone can use easily
1. My data, my choice. I want to be able to use my choice of tool/tech for my data.
2. Inclusivity. Eveyone should have easy access to data. Therefore, I'll choose generic tools that anyone can use easily
Clean your code by all means but don't sneak it in with critical changes.
Clean your code by all means but don't sneak it in with critical changes.