cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Meta Question: Databricks Community Posting Issue

ChristianRRL
Valued Contributor II

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

ChristianRRL_0-1704906270658.png

 

1 ACCEPTED SOLUTION

Accepted Solutions

ChristianRRL
Valued 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

3 REPLIES 3

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

 

ChristianRRL
Valued Contributor II

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