Jon Hoffman
Jon Hoffman
Hello, I'd like to systematically enforce authorization for nodes and individual fields within the nodes. Conceptually something like this might work: ```python class MyNode(AuthZSQLAlchemyObjectType): class Meta: model = MyModel authorize_node_function...
it currently signs and adds the Authorization header at the point at which it's called, so further changes to the request are not part of the signature and that will...
I'd like to be able to use Beekeeper with AWS Athena. I've attempted to implement myself, but hit a bit of a wall in using the `aws-sdk` library as webpack...