Filipp Balakin
Filipp Balakin
@genzgd that functionality is in dbt-utils package mostly. the adapter related macros that should be overridden: ```sql {% macro default__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %} select distinct table_schema as {{ adapter.quote('table_schema')...
Yeah super annoying, would love to see that merged
for those coming from google ``` AWS_STORAGE_BUCKET_NAME = 'server-media' AWS_S3_ENDPOINT_URL = f'https://s3-accelerate.amazonaws.com' AWS_S3_ADDRESSING_STYLE = 'virtual' AWS_S3_SIGNATURE_VERSION = 's3v4' AWS_S3_REGION_NAME = 'eu-central-1' ```
For me it happened when i used readonly inlines and changed the non-inline object: ``` class ReadOnlyNestedTabularInline(NestedTabularInline): extra = 0 def has_add_permission(self, request, obj=None): return False def has_delete_permission(self, request, obj=None):...
Bunny explicitly stated it was disabled for performance reasons. https://i.imgur.com/Irg5ANY.png You can make elvui-style bars yourself by creating a border and selecting elvui texture.