diff --git a/fb_marketplace/fb_marketplace_product_info.py b/fb_marketplace/fb_marketplace_product_info.py index 6776f78..189aa12 100644 --- a/fb_marketplace/fb_marketplace_product_info.py +++ b/fb_marketplace/fb_marketplace_product_info.py @@ -40,7 +40,7 @@ class FbMarketplaceProductInfo: def run_product_pipeline(self): - table = f"""{self.config.get('crawler_schema')}.{self.config.get('tracker_tab')} limit 1""" + table = f"""{self.config.get('crawler_schema')}.{self.config.get('tracker_tab')}""" sql = f""" SELECT * FROM {table} where flag=0 limit 1