Just as an FYI: If you edit a block and save it, empty fields are saved as empty strings. This works out fine most of the time, but the AWS credentials block does not work because (from the boto3 session.py):
Copy code
if profile_name is None:
return profile_map.get('default', {})
elif profile_name not in profile_map:
....
So if you do not want to use a profile you have to overwrite
profile_name
manually with
None
in your code and then save it again. A fix would be, as an example, a checkbox next to nullable fields to set this field to null.
✅ 1
j
Jeff Hale
09/27/2022, 2:45 PM
That’s a good idea, Tim. are you able to open an issue proposing it at the repo?
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.