FB Marketplace crawler
This commit is contained in:
parent
e4b1f8c269
commit
9e195d40ed
|
@ -40,7 +40,7 @@ class FbMarketplaceProductInfo:
|
||||||
|
|
||||||
def run_product_pipeline(self):
|
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"""
|
sql = f"""
|
||||||
SELECT * FROM {table} where flag=0 limit 1
|
SELECT * FROM {table} where flag=0 limit 1
|
||||||
|
|
Loading…
Reference in New Issue