datafluent_pg icon indicating copy to clipboard operation
datafluent_pg copied to clipboard

Engine object has no attribute 'execute'

Open srugano opened this issue 11 months ago • 0 comments

(.pq) paperspace@psx656tkubou:~$ datafluent --url postgresql://paperspace:password@localhost:5433/intel Traceback (most recent call last):

File "/home/paperspace/.pq/bin/datafluent", line 156, in typer.run(main)

File "/home/paperspace/.pq/bin/datafluent", line 150, in main writer = build_month_distributions(engine, writer)

File "/home/paperspace/.pq/bin/datafluent", line 38, in build_month_distributions results = engine.execute(get_columns_sql)

AttributeError: 'Engine' object has no attribute 'execute'

srugano avatar Mar 17 '24 14:03 srugano