ChristianRRL
Honored Contributor

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():
#...

 

View solution in original post