Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 08:28 AM
Unfortunately it would never highlight what the problem was. But I eventually figured out the problem was the post did not like the <at-symbol>, or at least it doesn't like it in "normal" text.
Let me test it out as a "code sample":
#Testing '@' symbol
#...
@Dlt.table(name=f"bronze_{oem_name}_{linted_schema_name}_{linted_table_name}")
def incremental_bronze():
#...