Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
shiva_fabric
Frequent Visitor

how to get a select of tables in lookupactivity in pipeline in msfabric datafactory from postgresql

Hi Team,

 

Im trying to get a select  list of tables from postgresql from lookupactivity in pipeline from datafactory option . what process should i follow to get the tables.

 

below are the list of tables.

 

select * from information_schema.tables where table_schema = 'public' and table_type ='BASE TABLE' and table_name in('workorder',
'modedefinition',
'aaauser',
'departmentdefinition',
'workorderstates',
'categorydefinition',
'sduser',
'workorder_queue',
'queuedefinition',
'statusdefinition',
'leveldefinition',
'prioritydefinition',
'ci',
'requestresolver')

 

 

3 REPLIES 3
Anonymous
Not applicable

Hi @shiva_fabric ,

Thanks for using Fabric Community.
In Fabric Data Factory we have look up activity to connect to Postgressql.

vgchennamsft_3-1712914703173.png

 

vgchennamsft_2-1712914672681.png


Hope this is helpful. Please let me know incase of further queries.

Anonymous
Not applicable

Hello @shiva_fabric ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
In case if you have any resolution please do share that same with the community as it can be helpful to others .
Otherwise, will respond back with the more details and we will try to help .

Anonymous
Not applicable

Hi @shiva_fabric ,

We haven’t heard from you on the last response and was just checking back to see if your query was answered.
Otherwise, will respond back with the more details and we will try to help.

Thank you

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors