Hello everyone and Happy New Year,
I have a few tables in my bases which get updated on a nightly basis, via airflow jobs. I would like to lock some of those columns down so only certain users can modify the contents, but that would mean I'd need to have Airflow as one of these approved 'users' so the nightly update jobs can continue. How would I go about adding a user for a 3rd party service like Airflow?
Thank you in advance!