Meta Question: Databricks Community Posting Issue

ChristianRRL
Honored Contributor II

Can someone please tell me what "errors" I need to correct to post???

ChristianRRL_0-1704906270658.png

 

Debayan
Databricks Employee
Databricks Employee

Hi,

Can you scroll down and show what's highlighted? Most of the time it is because of some hyperlink etc. 

ChristianRRL
Honored Contributor II

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

ChristianRRL
Honored Contributor II

Yeah, it worked. I'll need to use the "code sample" more going forward!