module 'd6tstack.utils' has no attribute 'pd_to_mssql'
jaiparkashyadav opened this issue · 8 comments
jaiparkashyadav commented
Hi,
I was trying to use module 'd6tstack.utils'for mssql but gettign below error:
module 'd6tstack.utils' has no attribute 'pd_to_mssql'
Any chance of adding this sooner.
Regards,
Jai
d6tdev commented
are you using the latest version from github? pypi is slightly outdated
jaiparkashyadav commented
Thanks for quick reply...
I have used pip install command to install.is there any other way to
install, plz guide me...
Regards,
Jai
…On Wed 19 Dec, 2018, 10:02 PM d6tdev ***@***.*** wrote:
are you using the latest version from github? pypi is slightly outdated
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATzpZ5rV9vRZC8zaEwAf5-LEqhKlWf8_ks5u6mo3gaJpZM4ZZ9s7>
.
d6tdev commented
as per readme pip install git+https://github.com/d6t/d6tstack.git
pypi also updated.
note pd_to_mssql()
hasn't been tested, let us know if it works
d6tdev commented
you been able to get this to work?
jaiparkashyadav commented
Thanks Dear for your help in installation...
But unfortunately it was just generating the CSVs properly and then giving
me the exceptions while bulk importing. So i had to use Pd.to_sql by maing
small chunks.
Regards,
Jai
…On Wed, Jan 16, 2019 at 7:50 AM d6tdev ***@***.***> wrote:
you been able to get this to work?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATzpZ79g0NSV6m3t-MQUV3k1tngMOmI6ks5vDoxegaJpZM4ZZ9s7>
.
d6tdev commented
Hmm ok. We've had trouble getting an mssql server set up for testing but seems we need to give that another go. Can you post the exception?
jaiparkashyadav commented
Hi ,
Unfortunately , i lost the error but as far as i can remember, it was
generating CSV properly and throwing exception while bulk import.
Regards,
Jai
…On Wed, Jan 16, 2019 at 7:00 PM d6tdev ***@***.***> wrote:
Hmm ok. We've had trouble getting an mssql server set up for testing but
seems we need to give that another go. Can you post the exception?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATzpZzJJeK-9LM61wDnPbBJaizAvwQsbks5vDyl9gaJpZM4ZZ9s7>
.
d6tdev commented
closing for now when you find the error pls reopen