Thanks for the stearing, I finally found out the problem. I was missing an
's' in the end of one of the names
Joao
On Fri, Feb 23, 2018 at 10:19 PM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi Joao,
>
> On Fri, Feb 23, 2018 at 11:23 PM, Joao De Almeida Pereira <
> jdealmei
Hi Joao,
On Fri, Feb 23, 2018 at 11:23 PM, Joao De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Hello Murtuza,
> Do we have to have that present in python in order for it to work in the
> javascript?
>
No, Just create a node modal in JS with sample fields like Name/Comment
etc.
Ther
Hello Murtuza,
Do we have to have that present in python in order for it to work in the
javascript?
I am asking this because we didn't saw any request to the backend trying to
fetch this information.
Thanks
Joao
On Fri, Feb 23, 2018 at 11:12 AM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.c
Hi Joao,
Just like 'nodes' & 'children' operation, You have to implement several
other methods,
*'obj'* - To create, update, delete & properties for External Tables
Ref: ../foreign_tables/__init__.py: 193
Which will call associated methods, def create(..), def update(...), def
delete(...) & def p
Hello Hackers,
Need some pointers while creating new node on ACI Tree.
In GreenPlum there is a concept of External Tables that are more or less
similar to Foreign Wrappers, but different. So we started implementing a
new node for it.
We copied the Foreign Wrappers node and started it playing with