I believe it's good to add a code section with:
```
if __name__ == '__main__':
print("Started")
... # Your execution logic
...
```This would allow you later, if necessary, to write unit tests that import this file and won't execute the fetching logic. [ Full content available at: https://github.com/apache/beam/pull/6277 ] This message was relayed via gitbox.apache.org for [email protected]
