Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2025 01:27 AM - edited 08-18-2025 01:29 AM
@saurabh_aher if you're referring to an object i.e. a table I think you should be using backticks `` and not single quotes ''.
However, based on the error message: concat('kdp_bronze_prod.salesforce.', outer(get_table.user_id)).
I think in the concat function, it often helps to wrap a string in a LIT function.
All the best,
BS