Hello,
For my purposes, I would need to describe one job, or one batch in
various configuration files. And when all the files are loaded process
the job/batch.
It seems to me the functionality doesn't exist.
I would like to know if it is the best way to do it. I would also like
to know in case I do the functionality if you want it.
Thanks
- --
Fabien Carrion
() Campagne du ruban ASCII -- Contre les mails en html
/\ contre les pieces-jointes Microsoft
Web: http://fabien.carrion.free.fr/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkxW+JAACgkQTe/bvZWuSM9pjwCgzSZasGODtqPCKLxkz3aE55g/
RiUAn2p87FaRd2lmGNWrS7ookmYvAMqt
=T70V
-----END PGP SIGNATURE-----
> For my purposes, I would need to describe one job, or one batch in
> various configuration files. And when all the files are loaded process the job/batch.
> It seems to me the functionality doesn't exist.
I'm not sure to understand your needs here - can you describe your use
case a little bit more so we can try to help ?
cheers,
-- Thibaut
Sure,
Right now we have:
ETL::Engine.process("configfile.ctl")
And it parse the file configfile.ctl and it execute it.
I would need something like:
engine = ETL::Engine.new
engine.load("configfile1.ctl")
engine.load("configfile2.ctl")
engine.load("configfile3.ctl")
engine.process
And it would parse all the sources/processors/destinations in
configfile1.ctl, configfile2.ctl, configfile3.ctl and process all of them
This would let me use various configuration files as bricks for a bigger
job.
Is it more understandable?
Thanks
- --
Fabien Carrion
() Campagne du ruban ASCII -- Contre les mails en html
/\ contre les pieces-jointes Microsoft
Web: http://fabien.carrion.free.fr/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkxXBVsACgkQTe/bvZWuSM/m1ACfZRKs+YpaBnuIe3KeAIgy4JYN
NdcAn0M0YNInebceUoLjbDaPrxhJcpId
=aF+W
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Sure,
Right now we have:
ETL::Engine.process("configfile.ctl")
And it parse the file configfile.ctl and it execute it.
I would need something like:
engine = ETL::Engine.new
engine.load("configfile1.ctl")
engine.load("configfile2.ctl")
engine.load("configfile3.ctl")
engine.process
And it would parse all the sources/processors/destinations in
configfile1.ctl, configfile2.ctl, configfile3.ctl and process all of them
This would let me use various configuration files as bricks for a bigger
job.
Is it more understandable?
Thanks
- --
On 08/02/2010 12:22 PM, Thibaut Barrčre wrote:
> Hello Fabien,
>
>> For my purposes, I would need to describe one job, or one batch in
>> various configuration files. And when all the files are loaded process the job/batch.
>> It seems to me the functionality doesn't exist.
>
> I'm not sure to understand your needs here - can you describe your use
> case a little bit more so we can try to help ?
>
> cheers,
>
> -- Thibaut
>
Fabien Carrion
() Campagne du ruban ASCII -- Contre les mails en html
/\ contre les pieces-jointes Microsoft
Web: http://fabien.carrion.free.fr/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkxXBVsACgkQTe/bvZWuSM/m1ACfZRKs+YpaBnuIe3KeAIgy4JYN
NdcAn0M0YNInebceUoLjbDaPrxhJcpId
=aF+W
-----END PGP SIGNATURE-----
--
You received this message because you are subscribed to the Google Groups "ActiveWarehouse Discuss" group.
To post to this group, send email to activewareh...@googlegroups.com.
To unsubscribe from this group, send email to activewarehouse-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/activewarehouse-discuss?hl=en.
Thanks for all those tips.
Activewarehouse is working really well for me. I have achieved almost
all my goals.
Let me know if you want to push some commits from my github to the
official repository.
Thanks.
> --
> You received this message because you are subscribed to the Google
> Groups "ActiveWarehouse Discuss" group.
> To post to this group, send email to
> activewareh...@googlegroups.com.
> To unsubscribe from this group, send email to
> activewarehouse-d...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/activewarehouse-discuss?hl=en.
- --
Fabien Carrion
() Campagne du ruban ASCII -- Contre les mails en html
/\ contre les pieces-jointes Microsoft
Web: http://fabien.carrion.free.fr/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkyIHq0ACgkQTe/bvZWuSM9w3gCgw56JYVvH2ZMV49APpG3Cg318
ba4AmwQkIcjoCfk5qU45oFEDnnIyAIFp
=PyXU
-----END PGP SIGNATURE-----